image under cursor

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

Qu'est-ce que image under cursor ?

image under cursor est une extension Chrome développée par https://becca.ooo, et sa fonction principale est "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension image under cursor

Téléchargez les fichiers d'extension image under cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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…                    

Informations de Base sur l'Extension

Nom image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
URL Officiel 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
Taille du Fichier 8.59 KB
Nombre d'Installations 64
Version Actuelle 1.2.0
Dernière Mise à Jour 2018-06-08
Date de Publication 2018-06-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://becca.ooo
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}