Downloads Router - with overwrite

Organize your downloads automatically! Set custom download locations based on filename.

Downloads Router - with overwriteとは何ですか?

Downloads Router - with overwriteはcdrosenlund.devによって開発されたChromeの拡張機能で、その主な機能は「Organize your downloads automatically! Set custom download locations based on filename.」です。

拡張機能のスクリーンショット

screenshot

Downloads Router - with overwrite拡張機能のCRXファイルをダウンロード

Downloads Router - with overwrite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.                    

拡張機能の基本情報

名前 Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
公式URL https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
説明 Organize your downloads automatically! Set custom download locations based on filename.
ファイルサイズ 18.49 KB
インストール数 92
現在のバージョン 1.0.2
最終更新日 2017-06-30
公開日 2017-06-30
評価 5.00/5 合計 2 レビュー
開発者 cdrosenlund.dev
支払い方法 free
対応言語 en,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "DLRouter",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "128": "data\/icon128.png"
    }
}