Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Co je Download to Temp Folder?
Download to Temp Folder je rozšíření Chrome vyvinuté Elad Shamir, a jeho hlavní funkcí je „Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Download to Temp Folder
Stáhněte si soubory rozšíření Download to Temp Folder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
Oficiální URL | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
Popis | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
Velikost souboru | 22.65 KB |
Počet instalací | 690 |
Aktuální Verze | 4.6 |
Poslední Aktualizace | 2016-01-21 |
Datum Vydání | 2016-01-21 |
Hodnocení | 4.55/5 Celkem 20 Hodnocení |
Vývojář | Elad Shamir |
Typ Platby | free |
Podporované Jazyky | 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" } } |