Splitscreen

Displays two webpages next to each other in a new tab

What is Splitscreen?

Splitscreen is a Chrome extension developed by Sidd, and its main feature is "Displays two webpages next to each other in a new tab".

Extension Screenshots

screenshot

Download Splitscreen Extension CRX File

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

                        Super janky, and mostly broken extension that changes your new tab page into a splitscreen view of two customisable web pages.

Because this uses iframe, and explicitly removes x-frame headers, behaviour is very inconsistent, and only really works on some pages.

Source: https://github.com/siddv/splitscreen                    

Extension Basic Information

Name Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
Official URL https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Description Displays two webpages next to each other in a new tab
File Size 279 KB
Installation Count 9,000
Current Version 0.0.1
Last Updated 2018-03-03
Publish Date 2018-03-03
Rating 3.29/5 Total 17 Ratings
Developer Sidd
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Splitscreen",
    "description": "Displays two webpages next to each other in a new tab",
    "version": "0.0.1",
    "author": "Siddharth Vadgama ",
    "homepage_url": "https:\/\/github.com\/siddv\/splitscreen",
    "icons": {
        "16": "icons\/splitscreen-16.png",
        "32": "icons\/splitscreen-32.png",
        "48": "icons\/splitscreen-48.png",
        "128": "icons\/splitscreen-128.png"
    },
    "permissions": [
        "management",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}