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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://becca.ooo, και η κύρια λειτουργία του είναι "open the image under the cursor in a new tab, even if the website doesn’t want you to".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης image under cursor

Λήψη αρχείων επέκτασης 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"
        ]
    }
}