Bookmark Sorter

Keeps bookmarks sorted

Cos'è Bookmark Sorter?

Bookmark Sorter è un'estensione di Chrome sviluppata da 0xf0f, e la sua funzione principale è "Keeps bookmarks sorted".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bookmark Sorter

Scarica i file di estensione Bookmark Sorter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Bookmark Sorter Bookmark Sorter
ID ejmfjgojeggmnimbmfbciimblijbemhd
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd
Descrizione Keeps bookmarks sorted
Dimensione del File 21.43 KB
Conteggio Installazioni 573
Versione Corrente 2.1
Ultimo Aggiornamento 2023-01-31
Data di Pubblicazione 2023-01-30
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore 0xf0f
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/0xf0f/bookmark-sorter
Lingue Supportate 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"
    ]
}