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!”。
擴展截圖
下載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 |
ID | bcmfandagknmpnambbppcpgclkccgigb |
官方網址 | 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 } |