Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

Image Alt QuickViewとは何ですか?

Image Alt QuickViewはiaderinokunによって開発されたChromeの拡張機能で、その主な機能は「Quickly view the alternative text of any image in the context menu. Simply right-click on an image.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

拡張機能の基本情報

名前 Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
公式URL https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
説明 Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
ファイルサイズ 8.12 KB
インストール数 72
現在のバージョン 1.0.1
最終更新日 2019-01-08
公開日 2019-01-04
評価 5.00/5 合計 1 レビュー
開発者 iaderinokun
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}