image under cursor

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

Cos'è image under cursor?

image under cursor è un'estensione di Chrome sviluppata da https://becca.ooo, e la sua funzione principale è "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione image under cursor

Scarica i file di estensione image under cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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…                    

Informazioni di Base sull'Estensione

Nome image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
URL Ufficiale https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
Descrizione open the image under the cursor in a new tab, even if the website doesn’t want you to
Dimensione del File 8.59 KB
Conteggio Installazioni 64
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-06-08
Data di Pubblicazione 2018-06-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://becca.ooo
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}