image under cursor

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

Wat is image under cursor?

image under cursor is een Chrome-extensie ontwikkeld door https://becca.ooo, en de belangrijkste functie is "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie image under cursor

Download image under cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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…                    

Basisinformatie over de Extensie

Naam image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
Officiële URL https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
Beschrijving open the image under the cursor in a new tab, even if the website doesn’t want you to
Bestandsgrootte 8.59 KB
Aantal Installaties 64
Huidige Versie 1.2.0
Laatst Bijgewerkt 2018-06-08
Publicatiedatum 2018-06-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://becca.ooo
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}