Download to Temp Folder

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

Co to jest Download to Temp Folder?

Download to Temp Folder to rozszerzenie Chrome opracowane przez Elad Shamir, a jego główną funkcją jest „Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Download to Temp Folder

Pobierz pliki rozszerzeń Download to Temp Folder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Download to Temp Folder Download to Temp Folder
ID cmgdgmohnilgoblgjmnklajoedgpenan
Oficjalny URL https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan
Opis Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Rozmiar pliku 22.65 KB
Liczba instalacji 690
Aktualna Wersja 4.6
Ostatnia Aktualizacja 2016-01-21
Data Publikacji 2016-01-21
Ocena 4.55/5 Łącznie 20 Oceny
Deweloper Elad Shamir
Typ Płatności free
Obsługiwane Języki 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"
    }
}