Button: Downloads

Open the Download Manager with just one click.

什么是Button: Downloads?

Button: Downloads是由https://browser-extensions.com开发的Chrome扩展程序,该扩展的主要功能是“Open the Download Manager with just one click.”。

扩展截图

screenshot
screenshot

下载Button: Downloads扩展crx文件

下载Button: Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Button: Downloads Button: Downloads
ID ndmhmkfeeagmjnbgcpbaipeiojeekgcg
官方URL https://chromewebstore.google.com/detail/button-downloads/ndmhmkfeeagmjnbgcpbaipeiojeekgcg
简介 Open the Download Manager with just one click.
文件大小 9.52 KB
安装次数 10,858
当前版本 1.0.0
更新时间 2017-06-13
上架时间 2017-06-13
评分 4.77/5 共26次评分
开发者 https://browser-extensions.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://browser-extensions.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openDownloads__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}