Tab Groups
A variation of the firefox tab group feature for chrome.
ما هو Tab Groups؟
Tab Groups هو إضافة Chrome تم تطويرها بواسطة axolotl، والميزة الرئيسية لها هي "A variation of the firefox tab group feature for chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Groups
قم بتنزيل ملفات الامتداد Tab Groups بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See the website readme.
معلومات أساسية عن التمديد
الاسم | Tab Groups |
ID | gccimjdagnkcchleckogmciiefdngcgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
الوصف | A variation of the firefox tab group feature for chrome. |
حجم الملف | 2.09 MB |
عدد التثبيتات | 193 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-03-18 |
تاريخ النشر | 2015-03-18 |
تقييم | 1.67/5 مجموع تقييمات 15 |
المطور | axolotl |
نوع الدفع | free |
موقع الإضافة | https://github.com/Risto-Stevcev/tabgroups |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Groups", "description": "A variation of the firefox tab group feature for chrome.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "chrome:\/\/favicon\/*" ] } |