SuperSorter
Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
Was ist SuperSorter?
SuperSorter ist eine Chrome-Erweiterung, die von Richard Corner entwickelt wurde, und ihr Hauptmerkmal ist "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.".
Erweiterungsscreenshots
SuperSorter-Erweiterungs-CRX-Datei herunterladen
Laden Sie SuperSorter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SuperSorter |
ID | hjebfgojnlefhdgmomncgjglmdckngij |
Offizielle URL | https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij |
Beschreibung | Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc. |
Dateigröße | 430 KB |
Installationsanzahl | 92,740 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2023-04-05 |
Veröffentlichungsdatum | 2013-06-20 |
Bewertung | 3.56/5 Insgesamt 1326 Bewertungen |
Entwickler | Richard Corner |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://groups.google.com/group/supersorter |
Unterstützte Sprachen | 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" ] } |