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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}