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”。

扩展截图

screenshot

下载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 Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
官方URL 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
    }
}