Group Tabs
Groups tabs according to defined categories
ما هو Group Tabs؟
Group Tabs هو إضافة Chrome تم تطويرها بواسطة Hari Raghunathan، والميزة الرئيسية لها هي "Groups tabs according to defined categories".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Group Tabs
قم بتنزيل ملفات الامتداد Group Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen! The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.
معلومات أساسية عن التمديد
الاسم | Group Tabs |
ID | ggidhmcepheeclhipelplplfbgbholdf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf |
الوصف | Groups tabs according to defined categories |
حجم الملف | 349 KB |
عدد التثبيتات | 144 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-10-29 |
تاريخ النشر | 2014-10-28 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | Hari Raghunathan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Tabs", "version": "1.0", "description": "Groups tabs according to defined categories ", "icons": { "16": "group_tabs_16.png", "48": "group_tabs_48.png", "128": "group_tabs_128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "group_tabs_19.png", "default_popup": "popup.html", "default_title": "Group tabs" }, "manifest_version": 2 } |