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
电子邮箱 [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"
    }
}