Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

What is Alt Attribute Viewer?

Alt Attribute Viewer is a Chrome extension developed by webgoto, and its main feature is "Apps display the alt attribute while browsing the web site.".

Extension Screenshots

screenshot
screenshot

Download Alt Attribute Viewer Extension CRX File

Download Alt Attribute Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
Official URL https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Description Apps display the alt attribute while browsing the web site.
File Size 28.26 KB
Installation Count 1,359
Current Version 1.15
Last Updated 2021-01-27
Publish Date 2016-06-22
Rating 3.40/5 Total 5 Ratings
Developer webgoto
Email [email protected]
Payment Type free
Supported Languages 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"
}