Downloads
Access the folder of the last downloaded file, on click and on completion.
Qu'est-ce que Downloads ?
Downloads est une extension Chrome développée par Jad Helou, et sa fonction principale est "Access the folder of the last downloaded file, on click and on completion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads
Téléchargez les fichiers d'extension Downloads 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
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Informations de Base sur l'Extension
Nom | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
URL Officiel | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Description | Access the folder of the last downloaded file, on click and on completion. |
Taille du Fichier | 102 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2022-03-28 |
Date de Publication | 2017-08-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jad Helou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |