View This Image

View any image by right clicking on it and selecting 'View This Image'.

什么是View This Image?

View This Image是由https://www.onemast.com开发的Chrome扩展程序,该扩展的主要功能是“View any image by right clicking on it and selecting 'View This Image'.”。

扩展截图

screenshot

下载View This Image扩展crx文件

下载View This Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, you can view any image by right clicking on it and selecting 'View This Image'.                    

扩展基本信息

名称 View This Image View This Image
ID poildibeoniaibomedledajlgfbohjda
官方URL https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda
简介 View any image by right clicking on it and selecting 'View This Image'.
文件大小 23.69 KB
安装次数 456
当前版本 1.0
更新时间 2018-06-04
上架时间 2018-06-04
评分 4.64/5 共11次评分
开发者 https://www.onemast.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.onemast.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View This Image",
    "description": "View any image by right clicking on it and selecting 'View This Image'.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "512": "icon\/512.png"
    },
    "background": {
        "scripts": [
            "viewthis.js"
        ]
    }
}