Sortmark

Sort bookmarks all at once.

Wat is Sortmark?

Sortmark is een Chrome-extensie ontwikkeld door webgoto, en de belangrijkste functie is "Sort bookmarks all at once.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sortmark

Download Sortmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ・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                    

Basisinformatie over de Extensie

Naam Sortmark Sortmark
ID nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Officiële URL https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Beschrijving Sort bookmarks all at once.
Bestandsgrootte 21.32 KB
Aantal Installaties 2,840
Huidige Versie 0.1.4
Laatst Bijgewerkt 2021-01-26
Publicatiedatum 2020-07-02
Beoordeling 4.78/5 Totaal 23 Beoordelingen
Ontwikkelaar webgoto
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}