Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
What is Download to Temp Folder?
Download to Temp Folder is a Chrome extension developed by Elad Shamir, and its main feature is "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".
Extension Screenshots
Download Download to Temp Folder Extension CRX File
Download Download to Temp Folder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
Official URL | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
Description | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
File Size | 22.65 KB |
Installation Count | 690 |
Current Version | 4.6 |
Last Updated | 2016-01-21 |
Publish Date | 2016-01-21 |
Rating | 4.55/5 Total 20 Ratings |
Developer | Elad Shamir |
Payment Type | free |
Supported Languages | 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" } } |