SplitUp! - Tab manager

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

Cos'è SplitUp! - Tab manager?

SplitUp! - Tab manager è un'estensione di Chrome sviluppata da Onar A., e la sua funzione principale è "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SplitUp! - Tab manager

Scarica i file di estensione SplitUp! - Tab manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SplitUp! - Tab manager SplitUp! - Tab manager
ID bhoodecbejheonelhikcfahgpgahffmf
URL Ufficiale https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf
Descrizione Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
Dimensione del File 197 KB
Conteggio Installazioni 3,492
Versione Corrente 1.5.8
Ultimo Aggiornamento 2021-03-08
Data di Pubblicazione 2019-08-12
Valutazione 4.03/5 Totale 37 Valutazioni
Sviluppatore Onar A.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/onaralili/SplitUp
URL della Pagina di Aiuto https://github.com/onaralili/SplitUp
Lingue Supportate 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!"
        }
    }
}