Bookmarks Organizer
Sort Bookmarks Alphabetically
Bookmarks Organizerคืออะไร?
Bookmarks Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaseem V V และคุณลักษณะหลักของมันคือ "Sort Bookmarks Alphabetically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks Organizer
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks Organizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bookmarks Organizer helps in keeping the bookmarks sorted. It monitors for newly added or moved bookmarks and auto arranges them in ascending order by title. There is a reorder button to manually order the whole bookmark, which can be used initially after installation or import. Only bookmarks in the Bookmarks Bar are sorted. If you want to have a custom order, those bookmarks can be placed inside the Other Bookmarks. Limitations: There are max write limits set by the browser so that the sync servers are not abused. So only a certain number of move operations can be performed per session in a given interval of time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmarks Organizer |
ID | cjdenbocfdbjohomdaojaokiffjbnaca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca |
คำอธิบาย | Sort Bookmarks Alphabetically |
ขนาดไฟล์ | 41.23 KB |
จำนวนการติดตั้ง | 3,919 |
เวอร์ชันปัจจุบัน | 4.1.1 |
อัปเดตครั้งล่าสุด | 2023-10-02 |
วันที่เผยแพร่ | 2019-02-06 |
คะแนน | 3.13/5 รวมทั้งหมด 52 คะแนน |
ผู้พัฒนา | Jaseem V V |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.jsloop.net |
URL หน้าช่วยเหลือ | https://github.com/jsloop42/BookmarksOrganizer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks Organizer", "version": "4.1.1", "manifest_version": 3, "author": "Jaseem V V", "description": "Sort Bookmarks Alphabetically", "permissions": [ "bookmarks", "storage" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "bookmarks-organizer.html", "default_icon": { "16": "res\/icons\/bo-16.png", "32": "res\/icons\/bo-32.png", "48": "res\/icons\/bo-48.png", "128": "res\/icons\/bo-128.png" } }, "icons": { "16": "res\/icons\/bo-16.png", "32": "res\/icons\/bo-32.png", "48": "res\/icons\/bo-48.png", "128": "res\/icons\/bo-128.png" }, "offline_enabled": true } |