SuperSorter

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

Qu'est-ce que SuperSorter ?

SuperSorter est une extension Chrome développée par Richard Corner, et sa fonction principale est "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension SuperSorter 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

                        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.                    

Informations de Base sur l'Extension

Nom SuperSorter SuperSorter
ID hjebfgojnlefhdgmomncgjglmdckngij
URL Officiel https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
Description Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
Taille du Fichier 430 KB
Nombre d'Installations 92,740
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-04-05
Date de Publication 2013-06-20
Évaluation 3.56/5 Total 1326 Évaluations
Développeur Richard Corner
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://groups.google.com/group/supersorter
Langues Prises en Charge 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"
    ]
}