Easy Tab Clusters
Extension to cluster tabs with the same root URL.
ما هو Easy Tab Clusters؟
Easy Tab Clusters هو إضافة Chrome تم تطويرها بواسطة Hao Fu، والميزة الرئيسية لها هي "Extension to cluster tabs with the same root URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Tab Clusters
قم بتنزيل ملفات الامتداد Easy Tab Clusters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cluster tabs with the same root URL. - Display a window shows all the active tabs. - All the tabs are categorized by their root URL. - Links to all tabs under each category for fast access. Updates: - v1.8: small change to image - v1.7: new UI style - v1.6: updated new icons sets - v1.5: bug fix, active and highlighted tabs can't be closed - v1.4: bug fix, UI freeze after last active tab is closed (lose context) - v1.3: added close tab option It's a open source project. Source code: https://github.com/solosodium/TabCluster
معلومات أساسية عن التمديد
الاسم | Easy Tab Clusters |
ID | boldbncpcgbpchbnoaciegjkgjabdkhg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg |
الوصف | Extension to cluster tabs with the same root URL. |
حجم الملف | 61.24 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 1.8 |
آخر تحديث | 2018-08-26 |
تاريخ النشر | 2018-08-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Hao Fu |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tab Clusters", "description": "Extension to cluster tabs with the same root URL.", "version": "1.8", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "list.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |