Quick Download Manager Extension for Chrome

An aria2(https://aria2.github.io/) web console integration.

Quick Download Manager Extension for Chromeとは何ですか?

Quick Download Manager Extension for Chromeはcodedadによって開発されたChromeの拡張機能で、その主な機能は「An aria2(https://aria2.github.io/) web console integration.」です。

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

screenshot
screenshot
screenshot

Quick Download Manager Extension for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This addon can help you to download file with aria2.

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

Feature:
(1) Monitor download link and replace build-in download manager automatically
(2) Easy enabled/disable toggle
(3) Support baidu cloud disk
(4) Support download by right-click menu
(5) Support monitor http/https/ftp/magnet protocol
(6) Support Multi-Languages (简体中文、繁體中文、English)

Update:
2020/03/27 -- Improve support for baidu cloud disk

Todo:
(1) Embed webui (for example: AriaNg)
(2) Server for remote download                    

拡張機能の基本情報

名前 Quick Download Manager Extension for Chrome Quick Download Manager Extension for Chrome
ID pcopckddelbbjcbobgmcaadmgnghccgd
公式URL https://chromewebstore.google.com/detail/quick-download-manager-ex/pcopckddelbbjcbobgmcaadmgnghccgd
説明 An aria2(https://aria2.github.io/) web console integration.
ファイルサイズ 961 KB
インストール数 101
現在のバージョン 1.23.2.1
最終更新日 2020-03-28
公開日 2020-03-27
評価 4.00/5 合計 1 レビュー
開発者 codedad
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://qdm.codedad.com
ヘルプページのURL http://qdm.codedad.com
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Download Manager Extension for Chrome",
    "description": "An aria2(https:\/\/aria2.github.io\/) web console integration.",
    "version": "1.23.2.1",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "downloads",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "common.js",
            "xhr.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "common.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/disabled\/16.png",
            "32": "icons\/disabled\/32.png",
            "64": "icons\/disabled\/64.png",
            "128": "icons\/disabled\/128.png",
            "256": "icons\/disabled\/256.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "homepage_url": "https:\/\/qdm.codedad.com",
    "options_page": "option.html"
}