Custom Download Directory
Chrome extension to customise download directory based off metadata
Wat is Custom Download Directory?
Custom Download Directory is een Chrome-extensie ontwikkeld door William Coates, en de belangrijkste functie is "Chrome extension to customise download directory based off metadata".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Download Directory
Download Custom Download Directory-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
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.
Basisinformatie over de Extensie
Naam | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
Officiële URL | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
Beschrijving | Chrome extension to customise download directory based off metadata |
Bestandsgrootte | 12.02 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-10-20 |
Publicatiedatum | 2020-09-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | William Coates |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/WillCoates/CustomDownloadDir |
Help Pagina-URL | https://github.com/WillCoates/CustomDownloadDir/issues |
Ondersteunde Talen | 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 } } |