image under cursor

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

What is image under cursor?

image under cursor is a Chrome extension developed by https://becca.ooo, and its main feature is "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Extension Screenshots

screenshot
screenshot
screenshot

Download image under cursor Extension CRX File

Download image under cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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…                    

Extension Basic Information

Name image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
Official URL https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
Description open the image under the cursor in a new tab, even if the website doesn’t want you to
File Size 8.59 KB
Installation Count 64
Current Version 1.2.0
Last Updated 2018-06-08
Publish Date 2018-06-07
Rating 5.00/5 Total 2 Ratings
Developer https://becca.ooo
Payment Type free
Supported Languages 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"
        ]
    }
}