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
Eメール [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
    }
}