Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Replace Bookmark Barคืออะไร?
Replace Bookmark Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam และคุณลักษณะหลักของมันคือ "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace Bookmark Bar
ดาวน์โหลดไฟล์ส่วนขยาย Replace Bookmark Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
คำอธิบาย | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
ขนาดไฟล์ | 47.11 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-04-30 |
วันที่เผยแพร่ | 2016-04-30 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Sam |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |