SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
What is SplitUp! - Tab manager?
SplitUp! - Tab manager is a Chrome extension developed by Onar A., and its main feature is "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".
Extension Screenshots
Download SplitUp! - Tab manager Extension CRX File
Download SplitUp! - Tab manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🎉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. ⁉️
Extension Basic Information
Name | SplitUp! - Tab manager |
ID | bhoodecbejheonelhikcfahgpgahffmf |
Official URL | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
Description | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
File Size | 197 KB |
Installation Count | 3,492 |
Current Version | 1.5.8 |
Last Updated | 2021-03-08 |
Publish Date | 2019-08-12 |
Rating | 4.03/5 Total 37 Ratings |
Developer | Onar A. |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/onaralili/SplitUp |
Help Page URL | https://github.com/onaralili/SplitUp |
Supported Languages | 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!" } } } |