Recursive Bookmark Sorter

Sort your bookmarks recursive

Recursive Bookmark Sorter란 무엇입니까?

Recursive Bookmark Sorter은(는) Yuchen Wang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort your bookmarks recursive"입니다.

확장 프로그램 스크린샷

screenshot

Recursive Bookmark Sorter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ## 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 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"
    ]
}