Download to Temp Folder

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

Was ist Download to Temp Folder?

Download to Temp Folder ist eine Chrome-Erweiterung, die von Elad Shamir entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download to Temp Folder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download to Temp Folder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Download to Temp Folder Download to Temp Folder
ID cmgdgmohnilgoblgjmnklajoedgpenan
Offizielle URL https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan
Beschreibung Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Dateigröße 22.65 KB
Installationsanzahl 690
Aktuelle Version 4.6
Letztes Update 2016-01-21
Veröffentlichungsdatum 2016-01-21
Bewertung 4.55/5 Insgesamt 20 Bewertungen
Entwickler Elad Shamir
Zahlungsart free
Unterstützte Sprachen 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"
    }
}