Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Wat is Download to Temp Folder?
Download to Temp Folder is een Chrome-extensie ontwikkeld door Elad Shamir, en de belangrijkste functie is "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".
Extensie Screenshots
Download het CRX-bestand van de extensie Download to Temp Folder
Download Download to Temp Folder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
Officiële URL | https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan |
Beschrijving | Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder. |
Bestandsgrootte | 22.65 KB |
Aantal Installaties | 690 |
Huidige Versie | 4.6 |
Laatst Bijgewerkt | 2016-01-21 |
Publicatiedatum | 2016-01-21 |
Beoordeling | 4.55/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Elad Shamir |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |