Downloads
Access the folder of the last downloaded file, on click and on completion.
Cos'è Downloads?
Downloads è un'estensione di Chrome sviluppata da Jad Helou, e la sua funzione principale è "Access the folder of the last downloaded file, on click and on completion.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Downloads
Scarica i file di estensione Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
URL Ufficiale | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Descrizione | Access the folder of the last downloaded file, on click and on completion. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2022-03-28 |
Data di Pubblicazione | 2017-08-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Jad Helou |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |