complit

combine and split tabs.

What is complit?

complit is a Chrome extension developed by takc923, and its main feature is "combine and split tabs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download complit Extension CRX File

Download complit 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

                        COMbine and sPLIT tabs.

To split tabs
- select tabs (shift + click or command + click tab)
- click button to create new window with selected tabs.

To combine tabs
- don't select tabs
- click button to move tabs of last focused window into current window.                    

Extension Basic Information

Name complit complit
ID pmjnllcflhjbbicackpaihinkkhbngco
Official URL https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco
Description combine and split tabs.
File Size 10.35 KB
Installation Count 162
Current Version 0.1.2
Last Updated 2014-10-13
Publish Date 2014-10-13
Rating 5.00/5 Total 3 Ratings
Developer takc923
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "complit",
    "manifest_version": 2,
    "version": "0.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "combine and split tabs.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "complit!"
    }
}