Bookmark Sorter

Keeps bookmarks sorted

O que é Bookmark Sorter?

Bookmark Sorter é uma extensão do Chrome desenvolvida por 0xf0f, e sua principal característica é "Keeps bookmarks sorted".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bookmark Sorter

Baixe arquivos de extensão Bookmark Sorter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bookmark Sorter Bookmark Sorter
ID ejmfjgojeggmnimbmfbciimblijbemhd
URL Oficial https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd
Descrição Keeps bookmarks sorted
Tamanho do Arquivo 21.43 KB
Contagem de Instalações 573
Versão Atual 2.1
Última Atualização 2023-01-31
Data de Publicação 2023-01-30
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor 0xf0f
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/0xf0f/bookmark-sorter
Idiomas Suportados 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"
    ]
}