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
Eメール [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"
}