Custom Download Directory
Chrome extension to customise download directory based off metadata
Cos'è Custom Download Directory?
Custom Download Directory è un'estensione di Chrome sviluppata da William Coates, e la sua funzione principale è "Chrome extension to customise download directory based off metadata".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Download Directory
Scarica i file di estensione Custom Download Directory 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
Allows you to customise how your downloads are organised on your computer, splitting downloads into separate folders based off date or time, using a format you pick.
Informazioni di Base sull'Estensione
Nome | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
Descrizione | Chrome extension to customise download directory based off metadata |
Dimensione del File | 12.02 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-10-20 |
Data di Pubblicazione | 2020-09-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | William Coates |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/WillCoates/CustomDownloadDir |
URL della Pagina di Aiuto | https://github.com/WillCoates/CustomDownloadDir/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Download Directory", "version": "1.0.2", "description": "Chrome extension to customise download directory based off metadata", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png", "256": "icon\/icon256.png" }, "author": "William Coates", "permissions": [ "downloads", "storage" ], "background": { "scripts": [ "defaults.js", "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false } } |