Quick Download Manager Extension for Chrome

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

Hvad er Quick Download Manager Extension for Chrome?

Quick Download Manager Extension for Chrome er en Chrome-udvidelse udviklet af codedad, og dens hovedfunktion er "An aria2(https://aria2.github.io/) web console integration.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Quick Download Manager Extension for Chrome-udvidelses-CRX-fil

Download Quick Download Manager Extension for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Quick Download Manager Extension for Chrome Quick Download Manager Extension for Chrome
ID pcopckddelbbjcbobgmcaadmgnghccgd
Officiel URL https://chromewebstore.google.com/detail/quick-download-manager-ex/pcopckddelbbjcbobgmcaadmgnghccgd
Beskrivelse An aria2(https://aria2.github.io/) web console integration.
Filstørrelse 961 KB
Antal Installationer 101
Nuværende Version 1.23.2.1
Senest Opdateret 2020-03-28
Udgivelsesdato 2020-03-27
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler codedad
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://qdm.codedad.com
Hjælpeside-URL http://qdm.codedad.com
Understøttede Sprog 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"
}