Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

什么是Right Clicking - Views Image?

Right Clicking - Views Image是由Micha开发的Chrome扩展程序,该扩展的主要功能是“Adds an option to 'View image' to the right click context menu on an image”。

扩展截图

screenshot

下载Right Clicking - Views Image扩展crx文件

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

扩展使用说明

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

扩展基本信息

名称 Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
官方URL https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
简介 Adds an option to 'View image' to the right click context menu on an image
文件大小 10.31 KB
安装次数 117
当前版本 1.0
更新时间 2022-05-23
上架时间 2022-05-23
评分 5.00/5 共1次评分
开发者 Micha
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}