Booksorter
Sort your bookmarks automatically by selecting a sorting rule for each folder.
Booksorterคืออะไร?
Booksorter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hanabi และคุณลักษณะหลักของมันคือ "Sort your bookmarks automatically by selecting a sorting rule for each folder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Booksorter
ดาวน์โหลดไฟล์ส่วนขยาย Booksorter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you will no longer need to manually sort your bookmarks every time after you add a new item or modify an existing one. Start by choosing a bookmark folder and how you want it sorted (by name, by url, by date, etc). This extension will then start tracking those folders for any change made, and whenever you add or modify a bookmark within them, their contents will be automatically sorted according to the rule you created. Features: - Sort your folders automatically whenever they are changed - Or sort the folder only once, without tracking for further changes - Sort by Title, URL, Date or even randomly - Inverted order (Z to A) is also possible - Sort subfolders automatically with Recursive Sorting - Choose whether you want subfolders sorted normally or left at the top/bottom - Enable manual sorting when you reorder bookmarks within the folder Changelog: v1.3.0: - Remember last used sorting options v1.2.0: - Updated to ManifestV3 v1.1.0: - Added Recursive Sorting to also automatically sort subfolders. - Improved sorting performance when only moving one bookmark.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Booksorter |
ID | egeaclpkmakmmlcnodlhikihmhnakndl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/booksorter/egeaclpkmakmmlcnodlhikihmhnakndl |
คำอธิบาย | Sort your bookmarks automatically by selecting a sorting rule for each folder. |
ขนาดไฟล์ | 35.3 KB |
จำนวนการติดตั้ง | 703 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2021-03-17 |
คะแนน | 4.86/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Hanabi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Booksorter", "version": "1.3.1", "description": "Sort your bookmarks automatically by selecting a sorting rule for each folder.", "permissions": [ "background", "bookmarks", "storage" ], "options_page": "options\/options.html", "minimum_chrome_version": "92", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Booksorter Settings" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3 } |