MultiBar
Allows switching between multiple sets of bookmarks on the bookmarks bar
MultiBarคืออะไร?
MultiBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dougp และคุณลักษณะหลักของมันคือ "Allows switching between multiple sets of bookmarks on the bookmarks bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiBar
ดาวน์โหลดไฟล์ส่วนขยาย MultiBar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides more flexibility on the bookmarks bar by allowing you to flip between multiple sets of bookmarks at the click of a button. Setup ===== Please back up the contents of your bookmarks bar before starting! On installation, MultiBar will create 2 bookmark folders: Other bookmarks MultiBar Bar1 Bar2 Bar1 represents your current bookmarks bar. You may rename the folders and add as many of your own as you wish. Add bookmarks to your folders, but leave Bar1 (or whatever you rename it to) empty, as your currently displayed bookmarks bar contents will be moved there when you switch. Clicking on the MultiBar icon will switch to the next folder in sequence.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MultiBar |
ID | fibmipocbhmmodnjfioojdfobejfdajg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multibar/fibmipocbhmmodnjfioojdfobejfdajg |
คำอธิบาย | Allows switching between multiple sets of bookmarks on the bookmarks bar |
ขนาดไฟล์ | 18.52 KB |
จำนวนการติดตั้ง | 1,600 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-08-27 |
วันที่เผยแพร่ | 2014-08-27 |
คะแนน | 3.14/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | dougp |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultiBar", "description": "Allows switching between multiple sets of bookmarks on the bookmarks bar", "version": "1.0", "permissions": [ "bookmarks" ], "icons": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "MultiBar" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |