Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

什麼是Alt Attribute Viewer?

Alt Attribute Viewer是由webgoto開發的Chrome擴展程式,該擴展的主要功能是“Apps display the alt attribute while browsing the web site.”。

擴展截圖

screenshot
screenshot

下載Alt Attribute Viewer擴展crx文件

下載Alt Attribute Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
官方網址 https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
簡介 Apps display the alt attribute while browsing the web site.
檔案大小 28.26 KB
安裝次數 1,359
目前版本 1.15
更新時間 2021-01-27
上架時間 2016-06-22
評分 3.40/5 共 5 次評分
開發者 webgoto
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}