Enhanced Tab Splitter

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

Cos'è Enhanced Tab Splitter?

Enhanced Tab Splitter è un'estensione di Chrome sviluppata da https://sessionpaw.com, e la sua funzione principale è "Split the active tab and all tabs to it's right into a new window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enhanced Tab Splitter

Scarica i file di estensione Enhanced Tab Splitter 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

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

Informazioni di Base sull'Estensione

Nome Enhanced Tab Splitter Enhanced Tab Splitter
ID kddboddjjkppebmpjjeehenooioolfoe
URL Ufficiale https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe
Descrizione Split the active tab and all tabs to it's right into a new window.
Dimensione del File 3.84 KB
Conteggio Installazioni 58
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-19
Data di Pubblicazione 2023-10-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sessionpaw.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}