Awesome Button Bar

Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!

什么是Awesome Button Bar?

Awesome Button Bar是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!”。

扩展截图

screenshot
screenshot
screenshot

下载Awesome Button Bar扩展crx文件

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

扩展使用说明

                        Too many buttons cluttering up Chrome? This button contains eleven in one. 

Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. 

Recently added buttons are duplicate tab, second home, and refresh all tabs.

Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!                    

扩展基本信息

名称 Awesome Button Bar Awesome Button Bar
ID bcmfandagknmpnambbppcpgclkccgigb
官方URL https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb
简介 Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
文件大小 45.48 KB
安装次数 1,663
当前版本 1.2.0.0
更新时间 2016-09-22
上架时间 2016-09-22
评分 4.00/5 共20次评分
开发者 https://upway2late.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.upway2late.com/projects/buttons-project
帮助页面URL http://www.upway2late.com/projects/buttons-project
隐私政策页面URL http://www.upway2late.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Button Bar",
    "version": "1.2.0.0",
    "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!",
    "icons": {
        "16": "barButton_16.png",
        "48": "barButton_48.png",
        "128": "barButton_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "barButton_19.png",
        "default_title": "Awesome Button Bar",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}