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"
        ]
    }
}