Sortmark
Sort bookmarks all at once.
什么是Sortmark?
Sortmark是由webgoto开发的Chrome扩展程序,该扩展的主要功能是“Sort bookmarks all at once.”。
扩展截图
下载Sortmark扩展crx文件
下载Sortmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
・Sort Ascending, Descending ・Can be compared by title, URL, and date added ・Automatically in the background ・Ignore specified folder ・Run in the specified folder ■Change log 2021/01/25 v0.1.4 ・[improvement] background persistent is true. 2020-07-02 v0.1.3 ・[Fix] An error occurs when there are many bookmarks. 2020-06-24 v0.1.2 ・Added japanese language. 2020-06-11 v0.1.1 ・Sorting algorithm closer to chrome browser. 2020-01-22 v0.1.0 ・First release
扩展基本信息
名称 | Sortmark |
ID | nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
官方URL | https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
简介 | Sort bookmarks all at once. |
文件大小 | 21.32 KB |
安装次数 | 2,840 |
当前版本 | 0.1.4 |
更新时间 | 2021-01-26 |
上架时间 | 2020-07-02 |
评分 | 4.78/5 共23次评分 |
开发者 | webgoto |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Sort bookmarks all at once.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Sortmark", "browser_action": [], "permissions": [ "bookmarks" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |