Bookmarks Organizer
Sort Bookmarks Alphabetically
Bookmarks Organizer là gì?
Bookmarks Organizer là một tiện ích mở rộng Chrome được phát triển bởi Jaseem V V, và tính năng chính của nó là "Sort Bookmarks Alphabetically".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarks Organizer
Tải xuống các tệp mở rộng Bookmarks Organizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks Organizer |
ID | cjdenbocfdbjohomdaojaokiffjbnaca |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca |
Mô tả | Sort Bookmarks Alphabetically |
Kích Thước Tệp | 41.23 KB |
Số Lần Cài Đặt | 3,919 |
Phiên Bản Hiện Tại | 4.1.1 |
Cập Nhật Lần Cuối | 2023-10-02 |
Ngày Phát Hành | 2019-02-06 |
Đánh Giá | 3.13/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | Jaseem V V |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jsloop.net |
URL Trang Trợ Giúp | https://github.com/jsloop42/BookmarksOrganizer/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |