Enhanced Tab Splitter

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

What is Enhanced Tab Splitter?

Enhanced Tab Splitter is a Chrome extension developed by https://sessionpaw.com, and its main feature is "Split the active tab and all tabs to it's right into a new window.".

Extension Screenshots

screenshot

Download Enhanced Tab Splitter Extension CRX File

Download Enhanced Tab Splitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Enhanced Tab Splitter Enhanced Tab Splitter
ID kddboddjjkppebmpjjeehenooioolfoe
Official URL 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.
File Size 3.84 KB
Installation Count 58
Current Version 1.0.0
Last Updated 2023-10-19
Publish Date 2023-10-04
Rating 5.00/5 Total 1 Ratings
Developer https://sessionpaw.com
Email [email protected]
Payment Type free
Supported Languages 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": []
}