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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome Button Bar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |