SplitUp! - Tab manager

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

Qu'est-ce que SplitUp! - Tab manager ?

SplitUp! - Tab manager est une extension Chrome développée par Onar A., et sa fonction principale est "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SplitUp! - Tab manager

Téléchargez les fichiers d'extension SplitUp! - Tab manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SplitUp! - Tab manager SplitUp! - Tab manager
ID bhoodecbejheonelhikcfahgpgahffmf
URL Officiel https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf
Description Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
Taille du Fichier 197 KB
Nombre d'Installations 3,492
Version Actuelle 1.5.8
Dernière Mise à Jour 2021-03-08
Date de Publication 2019-08-12
Évaluation 4.03/5 Total 37 Évaluations
Développeur Onar A.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/onaralili/SplitUp
URL de la Page d'Aide https://github.com/onaralili/SplitUp
Langues Prises en Charge 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!"
        }
    }
}