Download Tabber

Open downloads in Chrome Downloads tab, rather than bottom bar.

什么是Download Tabber?

Download Tabber是由Austin Guevara开发的Chrome扩展程序,该扩展的主要功能是“Open downloads in Chrome Downloads tab, rather than bottom bar.”。

扩展截图

screenshot

下载Download Tabber扩展crx文件

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

扩展使用说明

                        Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.                    

扩展基本信息

名称 Download Tabber Download Tabber
ID ikifbnamadpilmpokncfbhdcbldikbdi
官方URL https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi
简介 Open downloads in Chrome Downloads tab, rather than bottom bar.
文件大小 59.44 KB
安装次数 23
当前版本 0.2.2
更新时间 2017-09-29
上架时间 2017-09-28
评分 4.00/5 共2次评分
开发者 Austin Guevara
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/austin-guevara/chrome-downloads-tabber
帮助页面URL https://github.com/austin-guevara/chrome-downloads-tabber/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Tabber",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.",
    "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Tabber"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "tabs"
    ]
}