Image Alt QuickView

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

What is Image Alt QuickView?

Image Alt QuickView is a Chrome extension developed by iaderinokun, and its main feature is "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".

Extension Screenshots

screenshot

Download Image Alt QuickView Extension CRX File

Download Image Alt QuickView 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

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

Extension Basic Information

Name Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
Official URL https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
Description Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
File Size 8.12 KB
Installation Count 72
Current Version 1.0.1
Last Updated 2019-01-08
Publish Date 2019-01-04
Rating 5.00/5 Total 1 Ratings
Developer iaderinokun
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}