Recursive Bookmark Sorter
Sort your bookmarks recursive
Cos'è Recursive Bookmark Sorter?
Recursive Bookmark Sorter è un'estensione di Chrome sviluppata da Yuchen Wang, e la sua funzione principale è "Sort your bookmarks recursive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Recursive Bookmark Sorter
Scarica i file di estensione Recursive Bookmark Sorter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 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
Informazioni di Base sull'Estensione
Nome | Recursive Bookmark Sorter |
ID | oalceifbkhhehhinpifagdnickeeehlk |
URL Ufficiale | https://chromewebstore.google.com/detail/recursive-bookmark-sorter/oalceifbkhhehhinpifagdnickeeehlk |
Descrizione | Sort your bookmarks recursive |
Dimensione del File | 74.73 KB |
Conteggio Installazioni | 9,704 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2014-10-29 |
Data di Pubblicazione | 2014-10-29 |
Valutazione | 4.36/5 Totale 157 Valutazioni |
Sviluppatore | Yuchen Wang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |