Recursive Bookmark Sorter
Sort your bookmarks recursive
什么是Recursive Bookmark Sorter?
Recursive Bookmark Sorter是由Yuchen Wang开发的Chrome扩展程序,该扩展的主要功能是“Sort your bookmarks recursive”。
扩展截图
下载Recursive Bookmark Sorter扩展crx文件
下载Recursive Bookmark Sorter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
## Sort your chrome bookmarks recursive ### Description This extension can sort ALL your bookmarks RECURSIVELY. Withouto this extenion you can sort ONLY ONE bookmark folder by Chrome Bookmark Manager. Now, ALL bookmarks will be sorted by just one click ! ### Changeslog #### version 0.2.0 Add collation to support Chinese Pinyin #### version 0.1.0 first version
扩展基本信息
名称 | Recursive Bookmark Sorter |
ID | oalceifbkhhehhinpifagdnickeeehlk |
官方URL | https://chromewebstore.google.com/detail/recursive-bookmark-sorter/oalceifbkhhehhinpifagdnickeeehlk |
简介 | Sort your bookmarks recursive |
文件大小 | 74.73 KB |
安装次数 | 9,704 |
当前版本 | 0.2.0 |
更新时间 | 2014-10-29 |
上架时间 | 2014-10-29 |
评分 | 4.36/5 共157次评分 |
开发者 | Yuchen Wang |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recursive Bookmark Sorter", "version": "0.2.0", "description": "Sort your bookmarks recursive", "icons": { "128": "assets\/image\/icon_128.png", "48": "assets\/image\/icon_48.png", "16": "assets\/image\/icon_16.png" }, "browser_action": { "default_icon": "assets\/image\/icon_48.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |