Xtreme Download Manager

XDM is an open source download manager

Xtreme Download Manager란 무엇입니까?

Xtreme Download Manager은(는) https://subhra74.github.io/xdm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XDM is an open source download manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Xtreme Download Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager.

This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm

The sole purpose of this extension is integration with Xtreme Download Manager desktop application.

Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner.

Please report any Issues here:
https://github.com/subhra74/xdm/issues

For more info & usage visit:
https://github.com/subhra74/xdm
https://sourceforge.net/projects/xdman/
https://subhra74.github.io/xdm/                    

확장 프로그램 기본 정보

이름 Xtreme Download Manager Xtreme Download Manager
ID dkckaoghoiffdbomfbbodbbgmhjblecj
공식 URL https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj
설명 XDM is an open source download manager
파일 크기 50.71 KB
설치 횟수 300,000
현재 버전 2.1
최근 업데이트 2020-05-30
출시 날짜 2020-05-28
평점 4.29/5 총 194 개의 평점
개발자 https://subhra74.github.io/xdm
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/subhra74/xdm
도움말 페이지 URL https://subhra74.github.io/xdm/privacy.html
개인정보 보호 정책 페이지 URL https://subhra74.github.io/xdm/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "Xtreme Download Manager",
    "description": "XDM is an open source download manager",
    "version": "2.1",
    "icons": {
        "48": "icon.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "commands": {
        "toggle-monitoring": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle monitoring"
        }
    }
}