Recursive Bookmark Sorter

Sort your bookmarks recursive

What is Recursive Bookmark Sorter?

Recursive Bookmark Sorter is a Chrome extension developed by Yuchen Wang, and its main feature is "Sort your bookmarks recursive".

Extension Screenshots

screenshot

Download Recursive Bookmark Sorter Extension CRX File

Download Recursive Bookmark Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ## 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                    

Extension Basic Information

Name Recursive Bookmark Sorter Recursive Bookmark Sorter
ID oalceifbkhhehhinpifagdnickeeehlk
Official URL https://chromewebstore.google.com/detail/recursive-bookmark-sorter/oalceifbkhhehhinpifagdnickeeehlk
Description Sort your bookmarks recursive
File Size 74.73 KB
Installation Count 9,704
Current Version 0.2.0
Last Updated 2014-10-29
Publish Date 2014-10-29
Rating 4.36/5 Total 157 Ratings
Developer Yuchen Wang
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}