Bookmark Sorter

Keeps bookmarks sorted

What is Bookmark Sorter?

Bookmark Sorter is a Chrome extension developed by 0xf0f, and its main feature is "Keeps bookmarks sorted".

Extension Screenshots

screenshot

Download Bookmark Sorter Extension CRX File

Download Bookmark Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmark Sorter Bookmark Sorter
ID ejmfjgojeggmnimbmfbciimblijbemhd
Official URL https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd
Description Keeps bookmarks sorted
File Size 21.43 KB
Installation Count 573
Current Version 2.1
Last Updated 2023-01-31
Publish Date 2023-01-30
Rating 3.67/5 Total 3 Ratings
Developer 0xf0f
Email [email protected]
Payment Type free
Extension Website https://github.com/0xf0f/bookmark-sorter
Supported Languages 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"
    ]
}