Custom Download Directory
Chrome extension to customise download directory based off metadata
Hvad er Custom Download Directory?
Custom Download Directory er en Chrome-udvidelse udviklet af William Coates, og dens hovedfunktion er "Chrome extension to customise download directory based off metadata".
Udvidelsesskærmbilleder
Download Custom Download Directory-udvidelses-CRX-fil
Download Custom Download Directory-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | obpicakemlpffjalkbfkkfifigjogjeo |
| Officiel URL | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
| Beskrivelse | Chrome extension to customise download directory based off metadata |
| Filstørrelse | 12.02 KB |
| Antal Installationer | 52 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2020-10-20 |
| Udgivelsesdato | 2020-09-12 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | William Coates |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/WillCoates/CustomDownloadDir |
| Hjælpeside-URL | https://github.com/WillCoates/CustomDownloadDir/issues |
| Understøttede Sprog | 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
}
} | |