Download to Temp Folder
Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
Qu'est-ce que Download to Temp Folder ?
Download to Temp Folder est une extension Chrome développée par Elad Shamir, et sa fonction principale est "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download to Temp Folder
Téléchargez les fichiers d'extension Download to Temp Folder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Download to Temp Folder |
ID | cmgdgmohnilgoblgjmnklajoedgpenan |
URL Officiel | 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. |
Taille du Fichier | 22.65 KB |
Nombre d'Installations | 690 |
Version Actuelle | 4.6 |
Dernière Mise à Jour | 2016-01-21 |
Date de Publication | 2016-01-21 |
Évaluation | 4.55/5 Total 20 Évaluations |
Développeur | Elad Shamir |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |