Save to Downloads

An easy way to save images to the Downloads folder.

Cos'è Save to Downloads?

Save to Downloads è un'estensione di Chrome sviluppata da Arhey, e la sua funzione principale è "An easy way to save images to the Downloads folder.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save to Downloads

Scarica i file di estensione Save to Downloads 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

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

Informazioni di Base sull'Estensione

Nome Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
URL Ufficiale https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
Descrizione An easy way to save images to the Downloads folder.
Dimensione del File 6.58 KB
Conteggio Installazioni 227
Versione Corrente 0.1.2
Ultimo Aggiornamento 2019-09-27
Data di Pubblicazione 2019-09-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Arhey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/freearhey/save-to-downloads
URL della Pagina di Aiuto https://github.com/freearhey/save-to-downloads/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}