SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
Co to jest SplitUp! - Tab manager?
SplitUp! - Tab manager to rozszerzenie Chrome opracowane przez Onar A., a jego główną funkcją jest „Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SplitUp! - Tab manager
Pobierz pliki rozszerzeń SplitUp! - Tab manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🎉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. ⁉️ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhoodecbejheonelhikcfahgpgahffmf |
| Oficjalny URL | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
| Opis | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
| Rozmiar pliku | 197 KB |
| Liczba instalacji | 3,492 |
| Aktualna Wersja | 1.5.8 |
| Ostatnia Aktualizacja | 2021-03-08 |
| Data Publikacji | 2019-08-12 |
| Ocena | 4.03/5 Łącznie 37 Oceny |
| Deweloper | Onar A. |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/onaralili/SplitUp |
| Adres URL Strony Pomocy | https://github.com/onaralili/SplitUp |
| Obsługiwane Języki | 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!"
}
}
} | |