Enhanced Tab Splitter

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

Wat is Enhanced Tab Splitter?

Enhanced Tab Splitter is een Chrome-extensie ontwikkeld door https://sessionpaw.com, en de belangrijkste functie is "Split the active tab and all tabs to it's right into a new window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enhanced Tab Splitter

Download Enhanced Tab Splitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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. 🐈🐾🐾🐾                    

Basisinformatie over de Extensie

Naam Enhanced Tab Splitter Enhanced Tab Splitter
ID kddboddjjkppebmpjjeehenooioolfoe
Officiële URL https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe
Beschrijving Split the active tab and all tabs to it's right into a new window.
Bestandsgrootte 3.84 KB
Aantal Installaties 58
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-10-19
Publicatiedatum 2023-10-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://sessionpaw.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}