Enhanced Tab Splitter

Split the active tab and all tabs to it's right into a new window.

Qu'est-ce que Enhanced Tab Splitter ?

Enhanced Tab Splitter est une extension Chrome développée par https://sessionpaw.com, et sa fonction principale est "Split the active tab and all tabs to it's right into a new window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enhanced Tab Splitter

Téléchargez les fichiers d'extension Enhanced Tab Splitter 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

                        Handy offline tool to split tabs. No sensitive permissions needed.

***

It's a part of SessionPaw's FreeApps, for more info or apps, please check https://sessionpaw.com. 🐈🐾🐾🐾                    

Informations de Base sur l'Extension

Nom Enhanced Tab Splitter Enhanced Tab Splitter
ID kddboddjjkppebmpjjeehenooioolfoe
URL Officiel https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe
Description Split the active tab and all tabs to it's right into a new window.
Taille du Fichier 3.84 KB
Nombre d'Installations 58
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-19
Date de Publication 2023-10-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sessionpaw.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Split Tabs"
    },
    "version": "1.0.0",
    "author": "SessionPaw Corp.",
    "name": "Enhanced Tab Splitter",
    "description": "Split the active tab and all tabs to it's right into a new window.",
    "manifest_version": 3,
    "permissions": []
}