Custom Download Directory
Chrome extension to customise download directory based off metadata
什麼是Custom Download Directory?
Custom Download Directory是由William Coates開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to customise download directory based off metadata”。
擴展截圖
下載Custom Download Directory擴展crx文件
下載Custom Download Directory擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Custom Download Directory |
ID | obpicakemlpffjalkbfkkfifigjogjeo |
官方網址 | https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo |
簡介 | Chrome extension to customise download directory based off metadata |
檔案大小 | 12.02 KB |
安裝次數 | 52 |
目前版本 | 1.0.2 |
更新時間 | 2020-10-20 |
上架時間 | 2020-09-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | William Coates |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/WillCoates/CustomDownloadDir |
說明頁面URL | https://github.com/WillCoates/CustomDownloadDir/issues |
支援的語言 | 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 } } |