SuperSorter

Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.

O que é SuperSorter?

SuperSorter é uma extensão do Chrome desenvolvida por Richard Corner, e sua principal característica é "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SuperSorter

Baixe arquivos de extensão SuperSorter 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

                        Are your Chrome bookmarks a mess? SuperSorter can help!

SuperSorter sorts all of your bookmarks, in all your folders, into alphabetical order. It sorts folders too and if you like it will put the folders at the top of the list. SuperSorter also deletes empty folders, deletes duplicate bookmarks and merges folders with the same name. It can also sort bookmarks automatically every few minutes, making it even easier to keep everything tidy.

Warning: There is no undo function, so use this extension at your own risk!

WHAT'S NEW IN VERSION 1.0.6:

- Added a dropdown to choose the language to sort and compare in.                    

Informações Básicas da Extensão

Nome SuperSorter SuperSorter
ID hjebfgojnlefhdgmomncgjglmdckngij
URL Oficial https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
Descrição Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
Tamanho do Arquivo 430 KB
Contagem de Instalações 92,740
Versão Atual 1.0.6
Última Atualização 2023-04-05
Data de Publicação 2013-06-20
Classificação 3.56/5 Total de 1326 Avaliações
Desenvolvedor Richard Corner
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://groups.google.com/group/supersorter
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SuperSorter",
    "version": "1.0.6",
    "description": "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.",
    "background": {
        "service_worker": "ss.js",
        "type": "module"
    },
    "action": {
        "default_icon": ".\/assets\/go-jump-48.png",
        "default_title": "Sort bookmarks"
    },
    "options_page": "options.html",
    "icons": {
        "48": ".\/assets\/go-jump-48.png",
        "128": ".\/assets\/go-jump-128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "alarms",
        "activeTab"
    ]
}