Sortmark

Sort bookmarks all at once.

Qu'est-ce que Sortmark ?

Sortmark est une extension Chrome développée par webgoto, et sa fonction principale est "Sort bookmarks all at once.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sortmark

Téléchargez les fichiers d'extension Sortmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ・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                    

Informations de Base sur l'Extension

Nom Sortmark Sortmark
ID nmhnlemdhjjebiklhbjmpkiekgjjbnfc
URL Officiel https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Description Sort bookmarks all at once.
Taille du Fichier 21.32 KB
Nombre d'Installations 2,840
Version Actuelle 0.1.4
Dernière Mise à Jour 2021-01-26
Date de Publication 2020-07-02
Évaluation 4.78/5 Total 23 Évaluations
Développeur webgoto
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}