SuperSorter

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

什么是SuperSorter?

SuperSorter是由Richard Corner开发的Chrome扩展程序,该扩展的主要功能是“Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.”。

扩展截图

screenshot
screenshot
screenshot

下载SuperSorter扩展crx文件

下载SuperSorter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SuperSorter SuperSorter
ID hjebfgojnlefhdgmomncgjglmdckngij
官方URL https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
简介 Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
文件大小 430 KB
安装次数 92,740
当前版本 1.0.6
更新时间 2023-04-05
上架时间 2013-06-20
评分 3.56/5 共1326次评分
开发者 Richard Corner
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://groups.google.com/group/supersorter
支持的语言 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"
    ]
}