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
官方URL 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"
}