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 |
官方網址 | 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" ] } |