Custom Download Directory
Chrome extension to customise download directory based off metadata
Vad är Custom Download Directory?
Custom Download Directory är en Chrome-tillägg utvecklad av William Coates, och dess huvudfunktion är "Chrome extension to customise download directory based off metadata".
Tilläggsskärmbilder
Ladda ner Custom Download Directory-förlängningens CRX-fil
Ladda ner Custom Download Directory-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | obpicakemlpffjalkbfkkfifigjogjeo |
| Officiell webbadress | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
| Beskrivning | Chrome extension to customise download directory based off metadata |
| Filstorlek | 12.02 KB |
| Antal Installationer | 52 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-10-20 |
| Publiceringsdatum | 2020-09-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | William Coates |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/WillCoates/CustomDownloadDir |
| Hjälpsida URL | https://github.com/WillCoates/CustomDownloadDir/issues |
| Stödda Språk | 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
}
} | |