Tab Grouper
Consolidate your tabs into a list.
ما هو Tab Grouper؟
Tab Grouper هو إضافة Chrome تم تطويرها بواسطة Leslie Heinzen، والميزة الرئيسية لها هي "Consolidate your tabs into a list.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Grouper
قم بتنزيل ملفات الامتداد Tab Grouper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Grouper will gobble up and close all of your open tabs, and spit them out into a list on a single, new, fresh tab. معلومات أساسية عن التمديد
| الاسم | |
| ID | mbgligdomdgbbenibfnlociabpmidilp |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tab-grouper/mbgligdomdgbbenibfnlociabpmidilp |
| الوصف | Consolidate your tabs into a list. |
| حجم الملف | 11.99 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 0.3.0 |
| آخر تحديث | 2018-05-10 |
| تاريخ النشر | 2018-05-10 |
| المطور | Leslie Heinzen |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/Zero-man/tab-grouper-chrome/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Grouper",
"version": "0.3.0",
"description": "Consolidate your tabs into a list.",
"homepage_url": "https:\/\/github.com\/Zero-man\/tab-grouper-chrome",
"icons": {
"32": "icons\/fish-64.png",
"48": "icons\/fish-64.png",
"64": "icons\/fish-64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"group-tabs": {
"suggested_key": {
"default": "Alt+Shift+G"
},
"description": "Close all tabs."
}
},
"permissions": [
"tabs"
],
"browser_action": {
"browser_style": true,
"default_icon": {
"32": "icons\/fish-64.png"
},
"default_title": "TabGrouper",
"default_popup": "popup\/popup.html"
}
} | |