SuperSorter

Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.

SuperSorter là gì?

SuperSorter là một tiện ích mở rộng Chrome được phát triển bởi Richard Corner, và tính năng chính của nó là "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.".

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

screenshot
screenshot
screenshot

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

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

                        Are your Chrome bookmarks a mess? SuperSorter can help!

SuperSorter sorts all of your bookmarks, in all your folders, into alphabetical order. It sorts folders too and if you like it will put the folders at the top of the list. SuperSorter also deletes empty folders, deletes duplicate bookmarks and merges folders with the same name. It can also sort bookmarks automatically every few minutes, making it even easier to keep everything tidy.

Warning: There is no undo function, so use this extension at your own risk!

WHAT'S NEW IN VERSION 1.0.6:

- Added a dropdown to choose the language to sort and compare in.                    

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

Tên SuperSorter SuperSorter
ID hjebfgojnlefhdgmomncgjglmdckngij
URL Chính Thức https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
Mô tả Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
Kích Thước Tệp 430 KB
Số Lần Cài Đặt 92,740
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2013-06-20
Đánh Giá 3.56/5 Tổng số 1326 Đánh Giá
Nhà Phát Triển Richard Corner
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://groups.google.com/group/supersorter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SuperSorter",
    "version": "1.0.6",
    "description": "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.",
    "background": {
        "service_worker": "ss.js",
        "type": "module"
    },
    "action": {
        "default_icon": ".\/assets\/go-jump-48.png",
        "default_title": "Sort bookmarks"
    },
    "options_page": "options.html",
    "icons": {
        "48": ".\/assets\/go-jump-48.png",
        "128": ".\/assets\/go-jump-128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "alarms",
        "activeTab"
    ]
}