Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Bookmarks Collectionsคืออะไร?
Bookmarks Collections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teddy Thioulouse และคุณลักษณะหลักของมันคือ "Create collections and switch between multiple bookmarks bars"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Collections
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks Collections ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
คำอธิบาย | Create collections and switch between multiple bookmarks bars |
ขนาดไฟล์ | 1.76 MB |
จำนวนการติดตั้ง | 381 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-07-24 |
วันที่เผยแพร่ | 2020-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Teddy Thioulouse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |