Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Awesome Button Bar là gì?
Awesome Button Bar là một tiện ích mở rộng Chrome được phát triển bởi https://upway2late.com, và tính năng chính của nó là "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Awesome Button Bar
Tải xuống các tệp mở rộng Awesome Button Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
URL Chính Thức | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
Mô tả | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
Kích Thước Tệp | 45.48 KB |
Số Lần Cài Đặt | 1,663 |
Phiên Bản Hiện Tại | 1.2.0.0 |
Cập Nhật Lần Cuối | 2016-09-22 |
Ngày Phát Hành | 2016-09-22 |
Đánh Giá | 4.00/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://upway2late.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.upway2late.com/projects/buttons-project |
URL Trang Trợ Giúp | http://www.upway2late.com/projects/buttons-project |
URL Trang Chính Sách Bảo Mật | http://www.upway2late.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |