Split Tabs

Split Tabs

What is Split Tabs?

Split Tabs is a Chrome extension developed by KVS, and its main feature is "Split Tabs".

Extension Screenshots

screenshot
screenshot

Download Split Tabs Extension CRX File

Download Split Tabs 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

                        Splits the current window tabs into two separate windows.                    

Extension Basic Information

Name Split Tabs Split Tabs
ID lkofibdponjcdfeomjeckdhlpojadlfd
Official URL https://chrome.google.com/webstore/detail/split-tabs/lkofibdponjcdfeomjeckdhlpojadlfd
Description Split Tabs
File Size 11.06 KB
Installation Count 167
Current Version 0.1.0
Last Updated 2019-02-06
Publish Date 2019-02-06
Rating 2.00/5 Total 1 Ratings
Developer KVS
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Split Tabs",
    "description": "Split Tabs",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}