SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
ما هو SplitUp! - Tab manager؟
SplitUp! - Tab manager هو إضافة Chrome تم تطويرها بواسطة Onar A.، والميزة الرئيسية لها هي "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SplitUp! - Tab manager
قم بتنزيل ملفات الامتداد SplitUp! - Tab manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🎉NEW UPDATE🎉
- Select all tab button
- Bug fixes
Features
_____________
✅ Save sessions
✅ Split tabs into a new window
✅ Dark mode
✅ Drag and Drop tabs across windows
✅ Fuzzy Search
✅ Multiscreen support
✅ Export tabs
✅ Close windows/tabs
✅ Mute/Unmute audio playing tabs
✅ Collapsible windows
✅ Keyboard shortcut support
...and many more features to come
SplitUp is an open-source project and build by contributors
https://github.com/onaralili/SplitUp
Let us know if you have any suggestions. ⁉️ معلومات أساسية عن التمديد
| الاسم | |
| ID | bhoodecbejheonelhikcfahgpgahffmf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
| الوصف | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
| حجم الملف | 197 KB |
| عدد التثبيتات | 3,492 |
| النسخة الحالية | 1.5.8 |
| آخر تحديث | 2021-03-08 |
| تاريخ النشر | 2019-08-12 |
| تقييم | 4.03/5 مجموع تقييمات 37 |
| المطور | Onar A. |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/onaralili/SplitUp |
| عنوان صفحة المساعدة | https://github.com/onaralili/SplitUp |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SplitUp! - Tab manager",
"description": "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.",
"version": "1.5.8",
"short_name": "SplitUp!",
"browser_action": {
"default_icon": "SplitLogo.png",
"default_popup": "popup.html",
"default_title": "SplitUp!"
},
"icons": {
"128": "SplitLogo.png"
},
"permissions": [
"tabs",
"storage"
],
"commands": {
"_execute_browser_action": {
"description": "Activate extension"
},
"split-up": {
"description": "Split to separate window!"
}
}
} | |