Bookmark Sorter
Keeps bookmarks sorted
什么是Bookmark Sorter?
Bookmark Sorter是由0xf0f开发的Chrome扩展程序,该扩展的主要功能是“Keeps bookmarks sorted”。
扩展截图
下载Bookmark Sorter扩展crx文件
下载Bookmark Sorter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bookmark Sorter |
ID | ejmfjgojeggmnimbmfbciimblijbemhd |
官方URL | https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd |
简介 | Keeps bookmarks sorted |
文件大小 | 21.43 KB |
安装次数 | 573 |
当前版本 | 2.1 |
更新时间 | 2023-01-31 |
上架时间 | 2023-01-30 |
评分 | 3.67/5 共3次评分 |
开发者 | 0xf0f |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/0xf0f/bookmark-sorter |
支持的语言 | 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" ] } |