Sortmark
Sort bookmarks all at once.
ما هو Sortmark؟
Sortmark هو إضافة Chrome تم تطويرها بواسطة webgoto، والميزة الرئيسية لها هي "Sort bookmarks all at once.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sortmark
قم بتنزيل ملفات الامتداد Sortmark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
・Sort Ascending, Descending ・Can be compared by title, URL, and date added ・Automatically in the background ・Ignore specified folder ・Run in the specified folder ■Change log 2021/01/25 v0.1.4 ・[improvement] background persistent is true. 2020-07-02 v0.1.3 ・[Fix] An error occurs when there are many bookmarks. 2020-06-24 v0.1.2 ・Added japanese language. 2020-06-11 v0.1.1 ・Sorting algorithm closer to chrome browser. 2020-01-22 v0.1.0 ・First release
معلومات أساسية عن التمديد
الاسم | Sortmark |
ID | nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
الوصف | Sort bookmarks all at once. |
حجم الملف | 21.32 KB |
عدد التثبيتات | 2,840 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2021-01-26 |
تاريخ النشر | 2020-07-02 |
تقييم | 4.78/5 مجموع تقييمات 23 |
المطور | webgoto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Sort bookmarks all at once.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Sortmark", "browser_action": [], "permissions": [ "bookmarks" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |