Alt Text Tester

Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.

Alt Text Testerとは何ですか?

Alt Text TesterはChitranjan Jaiswalによって開発されたChromeの拡張機能で、その主な機能は「Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.」です。

拡張機能のスクリーンショット

screenshot

Alt Text Tester拡張機能のCRXファイルをダウンロード

Alt Text Tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Alt Text Tester Basically Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image                    

拡張機能の基本情報

名前 Alt Text Tester Alt Text Tester
ID koldhcllpbdfcdpfpbldbicbgddglodk
公式URL https://chromewebstore.google.com/detail/alt-text-tester/koldhcllpbdfcdpfpbldbicbgddglodk
説明 Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.
ファイルサイズ 42.82 KB
インストール数 31,106
現在のバージョン 1.3.2
最終更新日 2019-08-19
公開日 2019-08-18
評価 3.63/5 合計 51 レビュー
開発者 Chitranjan Jaiswal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alt Text Tester",
    "short_name": "ATT",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "imageTester.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "required.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}