Downloads
Access the folder of the last downloaded file, on click and on completion.
Wat is Downloads?
Downloads is een Chrome-extensie ontwikkeld door Jad Helou, en de belangrijkste functie is "Access the folder of the last downloaded file, on click and on completion.".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloads
Download Downloads-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
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.
Basisinformatie over de Extensie
Naam | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
Officiële URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Beschrijving | Access the folder of the last downloaded file, on click and on completion. |
Bestandsgrootte | 102 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-03-28 |
Publicatiedatum | 2017-08-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jad Helou |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |