Download Manager Button

Browser Action Download Manager User Interface for Google Chrome

Download Manager Button란 무엇입니까?

Download Manager Button은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Action Download Manager User Interface for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This browser action button displays total download progress. The browser action popup allows pausing, resuming, canceling, opening, erasing, retrying, and searching for downloads, accepting dangerous downloads, opening the download's referrer, removing the file, and showing the file in its folder.

This is a demo extension to showcase the potential of the new chrome.downloads API.                    

확장 프로그램 기본 정보

이름 Download Manager Button Download Manager Button
ID jglgknilkoejnnjngnmoobbhdckpdmem
공식 URL https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem
설명 Browser Action Download Manager User Interface for Google Chrome
파일 크기 19.44 KB
설치 횟수 2,000
현재 버전 1.0
최근 업데이트 2013-11-14
출시 날짜 2013-11-14
평점 3.87/5 총 54 개의 평점
개발자 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "minimum_chrome_version": "31.0.1650",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "tabs"
    ]
}