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
官方網址 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"
        ]
    }
}