Download Image from Context Menu

Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.

Cos'è Download Image from Context Menu?

Download Image from Context Menu è un'estensione di Chrome sviluppata da Erisa A, e la sua funzione principale è "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Image from Context Menu

Scarica i file di estensione Download Image from Context Menu 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

                        This extension simply adds a context menu item which allows you to (Directly) download an image. 
The simple idea for this extension was born from saving multiple images at once, and rapidly pressing enter after each save to go through the "Save as" prompt.                    

Informazioni di Base sull'Estensione

Nome Download Image from Context Menu Download Image from Context Menu
ID fihdnfkfpjmipmlggdknalpfjjnjbboj
URL Ufficiale https://chromewebstore.google.com/detail/download-image-from-conte/fihdnfkfpjmipmlggdknalpfjjnjbboj
Descrizione Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.
Dimensione del File 29.35 KB
Conteggio Installazioni 776
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2020-06-14
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Erisa A
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Erisa/download-image
URL della Pagina di Aiuto https://github.com/Erisa/download-image
URL della Pagina della Politica sulla Privacy https://erisa.uk/privacy
Lingue Supportate en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Image from Context Menu",
    "description": "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.",
    "version": "1.0.7",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5ff1cbc2-229c-4f3f-ac0e-884fbc12670b}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    }
}