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