Splitscreen

Displays two webpages next to each other in a new tab

Co je Splitscreen?

Splitscreen je rozšíření Chrome vyvinuté Sidd, a jeho hlavní funkcí je „Displays two webpages next to each other in a new tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Splitscreen

Stáhněte si soubory rozšíření Splitscreen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
Oficiální URL https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Popis Displays two webpages next to each other in a new tab
Velikost souboru 279 KB
Počet instalací 9,000
Aktuální Verze 0.0.1
Poslední Aktualizace 2018-03-03
Datum Vydání 2018-03-03
Hodnocení 3.29/5 Celkem 17 Hodnocení
Vývojář Sidd
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}