Tab Group
Organize your tabs
ما هو Tab Group؟
Tab Group هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Organize your tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Group
قم بتنزيل ملفات الامتداد Tab Group بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
معلومات أساسية عن التمديد
الاسم | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
الوصف | Organize your tabs |
حجم الملف | 15.1 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-10-17 |
تاريخ النشر | 2014-10-17 |
تقييم | 2.00/5 مجموع تقييمات 6 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/JessicaFu/TabGroup |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |