SplitUp! - Tab manager

Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.

Was ist SplitUp! - Tab manager?

SplitUp! - Tab manager ist eine Chrome-Erweiterung, die von Onar A. entwickelt wurde, und ihr Hauptmerkmal ist "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

SplitUp! - Tab manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie SplitUp! - Tab manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🎉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. ⁉️                    

Grundlegende Informationen zur Erweiterung

Name SplitUp! - Tab manager SplitUp! - Tab manager
ID bhoodecbejheonelhikcfahgpgahffmf
Offizielle URL https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf
Beschreibung Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
Dateigröße 197 KB
Installationsanzahl 3,492
Aktuelle Version 1.5.8
Letztes Update 2021-03-08
Veröffentlichungsdatum 2019-08-12
Bewertung 4.03/5 Insgesamt 37 Bewertungen
Entwickler Onar A.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/onaralili/SplitUp
Hilfeseite URL https://github.com/onaralili/SplitUp
Unterstützte Sprachen 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!"
        }
    }
}