DownRight
Puts your DOWNloads in the RIGHT location.
Cos'è DownRight?
DownRight è un'estensione di Chrome sviluppata da freenik, e la sua funzione principale è "Puts your DOWNloads in the RIGHT location.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DownRight
Scarica i file di estensione DownRight 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
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
Informazioni di Base sull'Estensione
Nome | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
URL Ufficiale | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
Descrizione | Puts your DOWNloads in the RIGHT location. |
Dimensione del File | 25.24 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-12-04 |
Data di Pubblicazione | 2019-12-02 |
Sviluppatore | freenik |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |