Window Splitter

This extension lets the user split a window by the desired tab number.

What is Window Splitter?

Window Splitter is a Chrome extension developed by Ian Martorell, and its main feature is "This extension lets the user split a window by the desired tab number.".

Extension Screenshots

screenshot

Download Window Splitter Extension CRX File

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

                        This extension allows the user to split a window by the desired tab number.                    

Extension Basic Information

Name Window Splitter Window Splitter
ID nepdkknmimbffdhlnafambchmfflogic
Official URL https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic
Description This extension lets the user split a window by the desired tab number.
File Size 49.48 KB
Installation Count 359
Current Version 0.1
Last Updated 2013-07-10
Publish Date 2013-07-10
Rating 2.00/5 Total 4 Ratings
Developer Ian Martorell
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Splitter",
    "description": "This extension lets the user split a window by the desired tab number.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}