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ファイルをダウンロード

Download Manager Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}