Download to Temp Folder

Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.

Cos'è Download to Temp Folder?

Download to Temp Folder è un'estensione di Chrome sviluppata da Elad Shamir, e la sua funzione principale è "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Download to Temp Folder

Scarica i file di estensione Download to Temp Folder 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 allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.

Once a download is initiated, a popup appears; press OK to save the download in the Temp folder or Cancel to save the download in the default Downloads folder.

The extension is fully customizable and also supports the application of advanced rules to manage where downloaded files will be saved automatically.                    

Informazioni di Base sull'Estensione

Nome Download to Temp Folder Download to Temp Folder
ID cmgdgmohnilgoblgjmnklajoedgpenan
URL Ufficiale https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan
Descrizione Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Dimensione del File 22.65 KB
Conteggio Installazioni 690
Versione Corrente 4.6
Ultimo Aggiornamento 2016-01-21
Data di Pubblicazione 2016-01-21
Valutazione 4.55/5 Totale 20 Valutazioni
Sviluppatore Elad Shamir
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download to Temp Folder",
    "description": "Allows users to download files to a temporary folder, such as Downloads\\Temp, rather than the Downloads folder.",
    "version": "4.6",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.open"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Download to Temp Folder",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}