Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Hvad er Download to Temp Folder?
Download to Temp Folder er en Chrome-udvidelse udviklet af Elad Shamir, og dens hovedfunktion er "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".
Udvidelsesskærmbilleder
Download Download to Temp Folder-udvidelses-CRX-fil
Download Download to Temp Folder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
Officiel URL | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
Beskrivelse | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
Filstørrelse | 22.65 KB |
Antal Installationer | 690 |
Nuværende Version | 4.6 |
Senest Opdateret | 2016-01-21 |
Udgivelsesdato | 2016-01-21 |
Bedømmelse | 4.55/5 Samlet 20 Bedømmelser |
Udvikler | Elad Shamir |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |