Sortmark

Sort bookmarks all at once.

Cos'è Sortmark?

Sortmark è un'estensione di Chrome sviluppata da webgoto, e la sua funzione principale è "Sort bookmarks all at once.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sortmark

Scarica i file di estensione Sortmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ・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                    

Informazioni di Base sull'Estensione

Nome Sortmark Sortmark
ID nmhnlemdhjjebiklhbjmpkiekgjjbnfc
URL Ufficiale https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc
Descrizione Sort bookmarks all at once.
Dimensione del File 21.32 KB
Conteggio Installazioni 2,840
Versione Corrente 0.1.4
Ultimo Aggiornamento 2021-01-26
Data di Pubblicazione 2020-07-02
Valutazione 4.78/5 Totale 23 Valutazioni
Sviluppatore webgoto
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}