Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

Alt Attribute Viewer là gì?

Alt Attribute Viewer là một tiện ích mở rộng Chrome được phát triển bởi webgoto, và tính năng chính của nó là "Apps display the alt attribute while browsing the web site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alt Attribute Viewer

Tải xuống các tệp mở rộng Alt Attribute Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
URL Chính Thức https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Mô tả Apps display the alt attribute while browsing the web site.
Kích Thước Tệp 28.26 KB
Số Lần Cài Đặt 1,359
Phiên Bản Hiện Tại 1.15
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2016-06-22
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển webgoto
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19_off.png",
        "default_title": "to ON"
    },
    "description": "Apps display the alt attribute while browsing the web site.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alt Attribute Viewer",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.15"
}