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
官方網址 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
電子郵箱 [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"
}