Quick Download Manager Extension for Chrome

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

Quick Download Manager Extension for Chrome là gì?

Quick Download Manager Extension for Chrome là một tiện ích mở rộng Chrome được phát triển bởi codedad, và tính năng chính của nó là "An aria2(https://aria2.github.io/) web console integration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick Download Manager Extension for Chrome

Tải xuống các tệp mở rộng Quick Download Manager Extension for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick Download Manager Extension for Chrome Quick Download Manager Extension for Chrome
ID pcopckddelbbjcbobgmcaadmgnghccgd
URL Chính Thức https://chromewebstore.google.com/detail/quick-download-manager-ex/pcopckddelbbjcbobgmcaadmgnghccgd
Mô tả An aria2(https://aria2.github.io/) web console integration.
Kích Thước Tệp 961 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.23.2.1
Cập Nhật Lần Cuối 2020-03-28
Ngày Phát Hành 2020-03-27
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển codedad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://qdm.codedad.com
URL Trang Trợ Giúp http://qdm.codedad.com
Ngôn Ngữ Được Hỗ Trợ 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"
}