Splitscreen

Displays two webpages next to each other in a new tab

Cos'è Splitscreen?

Splitscreen è un'estensione di Chrome sviluppata da Sidd, e la sua funzione principale è "Displays two webpages next to each other in a new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Splitscreen

Scarica i file di estensione Splitscreen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
URL Ufficiale https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Descrizione Displays two webpages next to each other in a new tab
Dimensione del File 279 KB
Conteggio Installazioni 9,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-03-03
Data di Pubblicazione 2018-03-03
Valutazione 3.29/5 Totale 17 Valutazioni
Sviluppatore Sidd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}