Recursive Bookmark Sorter
Sort your bookmarks recursive
ما هو Recursive Bookmark Sorter؟
Recursive Bookmark Sorter هو إضافة Chrome تم تطويرها بواسطة Yuchen Wang، والميزة الرئيسية لها هي "Sort your bookmarks recursive".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recursive Bookmark Sorter
قم بتنزيل ملفات الامتداد Recursive Bookmark Sorter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |