Bookmark Sorter

Keeps bookmarks sorted

Bookmark Sorter là gì?

Bookmark Sorter là một tiện ích mở rộng Chrome được phát triển bởi 0xf0f, và tính năng chính của nó là "Keeps bookmarks sorted".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Sorter

Tải xuống các tệp mở rộng Bookmark Sorter 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

                        Keeps bookmarks sorted.

Its default sorting rules are:
- Group folders and files separately
- Sort folders alphabetically, in ascending order
- Sort pages by date added, in descending order

Automatic sorting is turned off by default to prevent unwanted changes to bookmark order upon installation.
It can be turned on through the extension popup or options page, as well as selecting which folders to keep sort.

The criteria and ordering of folder and page sorting can also be changed. Pages can be sorted by name, URL, or date added. Folders can be sorted by name or date added.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark Sorter Bookmark Sorter
ID ejmfjgojeggmnimbmfbciimblijbemhd
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd
Mô tả Keeps bookmarks sorted
Kích Thước Tệp 21.43 KB
Số Lần Cài Đặt 573
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2023-01-30
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển 0xf0f
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/0xf0f/bookmark-sorter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Sorter",
    "version": "2.1",
    "description": "Keeps bookmarks sorted",
    "author": "[email protected]",
    "action": {
        "default_popup": ".\/source\/html\/options.html"
    },
    "background": {
        "service_worker": ".\/build\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": ".\/source\/html\/options.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}