Download to Temp Folder

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

¿Qué es Download to Temp Folder?

Download to Temp Folder es una extensión de Chrome desarrollada por Elad Shamir, y su función principal es "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Download to Temp Folder

Descarga archivos de extensión Download to Temp Folder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Download to Temp Folder Download to Temp Folder
ID cmgdgmohnilgoblgjmnklajoedgpenan
URL Oficial https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan
Descripción Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Tamaño del Archivo 22.65 KB
Cantidad de Instalaciones 690
Versión Actual 4.6
Última Actualización 2016-01-21
Fecha de Publicación 2016-01-21
Calificación 4.55/5 Total de 20 Calificaciones
Desarrollador Elad Shamir
Tipo de Pago free
Idiomas Soportados 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"
    }
}