Download Manager

Chrome Download Manager

Download Manager란 무엇입니까?

Download Manager은(는) Anand Sudhanaboina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Download Manager"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.                    

확장 프로그램 기본 정보

이름 Download Manager Download Manager
ID lcelifoanjcecgoccbedjipjaeaocaae
공식 URL https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae
설명 Chrome Download Manager
파일 크기 19.41 KB
설치 횟수 2,268
현재 버전 1.0.0
최근 업데이트 2020-07-02
출시 날짜 2020-07-02
평점 4.41/5 총 17 개의 평점
개발자 Anand Sudhanaboina
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "manager.js"
        ]
    },
    "default_locale": "en",
    "description": "Chrome Download Manager",
    "icons": {
        "128": "data\/icon128.png",
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Download Manager",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "short_name": "DManager",
    "version": "1.0.0"
}