Downloads Button

Quick Button to Chrome Downloads

什么是Downloads Button?

Downloads Button是由https://openaddons.com开发的Chrome扩展程序,该扩展的主要功能是“Quick Button to Chrome Downloads”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Downloads Button扩展crx文件

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

扩展使用说明

                        DESCRIPTION:

This extension will simply add a "Downloads" button to the toolbar. When clicked, it will open the Chrome downloads page (the list of your downloads). That’s all it does, it is not a downloader nor some fancy download manager. It’s just a customizable button.

OPTIONS:

•	Select different icon (useful to make it "fit" your Chrome theme). 
•	Add your own icon if you want to.
•	Add the download button to the context (right-click) menu 
•	Set it to open the downloads list in new tab or in the current tab

To change the settings -- right-click on the extension icon and select "Options".

PERMISSIONS:

This extension needs only the "contextMenus" permission -- this is solely for the option to add the "Downloads" menu item to the context menu                    

扩展基本信息

名称 Downloads Button Downloads Button
ID ohogkbgckjfhmgmfbdabalmggjmjdjmk
官方URL https://chromewebstore.google.com/detail/downloads-button/ohogkbgckjfhmgmfbdabalmggjmjdjmk
简介 Quick Button to Chrome Downloads
文件大小 20.95 KB
安装次数 1,388
当前版本 1.0.0.0
更新时间 2019-11-07
上架时间 2019-11-07
评分 4.67/5 共3次评分
开发者 https://openaddons.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://openaddons.com/
帮助页面URL https://openaddons.com/downloads-button/
隐私政策页面URL https://openaddons.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/openaddons.com\/",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_icon_hover_text__"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}