Enhanced Tab Splitter
Split the active tab and all tabs to it's right into a new window.
ما هو Enhanced Tab Splitter؟
Enhanced Tab Splitter هو إضافة Chrome تم تطويرها بواسطة https://sessionpaw.com، والميزة الرئيسية لها هي "Split the active tab and all tabs to it's right into a new window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enhanced Tab Splitter
قم بتنزيل ملفات الامتداد Enhanced Tab Splitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Handy offline tool to split tabs. No sensitive permissions needed.
***
It's a part of SessionPaw's FreeApps, for more info or apps, please check https://sessionpaw.com. 🐈🐾🐾🐾 معلومات أساسية عن التمديد
| الاسم | |
| ID | kddboddjjkppebmpjjeehenooioolfoe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe |
| الوصف | Split the active tab and all tabs to it's right into a new window. |
| حجم الملف | 3.84 KB |
| عدد التثبيتات | 58 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2023-10-19 |
| تاريخ النشر | 2023-10-04 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://sessionpaw.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Split Tabs"
},
"version": "1.0.0",
"author": "SessionPaw Corp.",
"name": "Enhanced Tab Splitter",
"description": "Split the active tab and all tabs to it's right into a new window.",
"manifest_version": 3,
"permissions": []
} | |