Sortmark

Sort bookmarks all at once.

What is Sortmark?

Sortmark is a Chrome extension developed by webgoto, and its main feature is "Sort bookmarks all at once.".

Extension Screenshots

screenshot

Download Sortmark Extension CRX File

Download Sortmark 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

                        ・Sort Ascending, Descending
・Can be compared by title, URL, and date added
・Automatically in the background
・Ignore specified folder
・Run in the specified folder

■Change log

 2021/01/25 v0.1.4
・[improvement] background persistent is true.

 2020-07-02 v0.1.3
・[Fix] An error occurs when there are many bookmarks.

 2020-06-24 v0.1.2
・Added japanese language.

 2020-06-11 v0.1.1
・Sorting algorithm closer to chrome browser.

 2020-01-22 v0.1.0
・First release                    

Extension Basic Information

Name Sortmark Sortmark
ID nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Official URL https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Description Sort bookmarks all at once.
File Size 21.32 KB
Installation Count 2,840
Current Version 0.1.4
Last Updated 2021-01-26
Publish Date 2020-07-02
Rating 4.78/5 Total 23 Ratings
Developer webgoto
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Sort bookmarks all at once.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "Sortmark",
    "browser_action": [],
    "permissions": [
        "bookmarks"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4"
}