Bookmarks Organizer
Sort Bookmarks Alphabetically
什么是Bookmarks Organizer?
Bookmarks Organizer是由Jaseem V V开发的Chrome扩展程序,该扩展的主要功能是“Sort Bookmarks Alphabetically”。
扩展截图
下载Bookmarks Organizer扩展crx文件
下载Bookmarks Organizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmarks Organizer helps in keeping the bookmarks sorted. It monitors for newly added or moved bookmarks and auto arranges them in ascending order by title. There is a reorder button to manually order the whole bookmark, which can be used initially after installation or import.
Only bookmarks in the Bookmarks Bar are sorted. If you want to have a custom order, those bookmarks can be placed inside the Other Bookmarks.
Limitations: There are max write limits set by the browser so that the sync servers are not abused. So only a certain number of move operations can be performed per session in a given interval of time. 扩展基本信息
| 名称 | |
| ID | cjdenbocfdbjohomdaojaokiffjbnaca |
| 官方URL | https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca |
| 简介 | Sort Bookmarks Alphabetically |
| 文件大小 | 41.23 KB |
| 安装次数 | 3,919 |
| 当前版本 | 4.1.1 |
| 更新时间 | 2023-10-02 |
| 上架时间 | 2019-02-06 |
| 评分 | 3.13/5 共52次评分 |
| 开发者 | Jaseem V V |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.jsloop.net |
| 帮助页面URL | https://github.com/jsloop42/BookmarksOrganizer/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarks Organizer",
"version": "4.1.1",
"manifest_version": 3,
"author": "Jaseem V V",
"description": "Sort Bookmarks Alphabetically",
"permissions": [
"bookmarks",
"storage"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "bookmarks-organizer.html",
"default_icon": {
"16": "res\/icons\/bo-16.png",
"32": "res\/icons\/bo-32.png",
"48": "res\/icons\/bo-48.png",
"128": "res\/icons\/bo-128.png"
}
},
"icons": {
"16": "res\/icons\/bo-16.png",
"32": "res\/icons\/bo-32.png",
"48": "res\/icons\/bo-48.png",
"128": "res\/icons\/bo-128.png"
},
"offline_enabled": true
} | |