Custom Download Directory
Chrome extension to customise download directory based off metadata
Was ist Custom Download Directory?
Custom Download Directory ist eine Chrome-Erweiterung, die von William Coates entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to customise download directory based off metadata".
Erweiterungsscreenshots
Custom Download Directory-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Download Directory-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
Offizielle URL | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
Beschreibung | Chrome extension to customise download directory based off metadata |
Dateigröße | 12.02 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-10-20 |
Veröffentlichungsdatum | 2020-09-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | William Coates |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/WillCoates/CustomDownloadDir |
Hilfeseite URL | https://github.com/WillCoates/CustomDownloadDir/issues |
Unterstützte Sprachen | 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 } } |