image under cursor

open the image under the cursor in a new tab, even if the website doesn’t want you to

什么是image under cursor?

image under cursor是由https://becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“open the image under the cursor in a new tab, even if the website doesn’t want you to”。

扩展截图

screenshot
screenshot
screenshot

下载image under cursor扩展crx文件

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

扩展使用说明

                        ever been annoyed that a website’s interactive photo viewer, magnifying glass, or other mystery features don’t let you save their images? “image under cursor” allows you to right click and attempt to open the image under the cursor in a new tab!

screenshots show but a small portion of the images you can save…                    

扩展基本信息

名称 image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
官方URL https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
简介 open the image under the cursor in a new tab, even if the website doesn’t want you to
文件大小 8.59 KB
安装次数 64
当前版本 1.2.0
更新时间 2018-06-08
上架时间 2018-06-07
评分 5.00/5 共2次评分
开发者 https://becca.ooo
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image under cursor",
    "short_name": "image under cursor",
    "version": "1.2.0",
    "minimum_chrome_version": "49",
    "manifest_version": 2,
    "description": "open the image under the cursor in a new tab, even if the website doesn\u2019t want you to",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "image-under-cursor.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}