Splitscreen

Displays two webpages next to each other in a new tab

Qu'est-ce que Splitscreen ?

Splitscreen est une extension Chrome développée par Sidd, et sa fonction principale est "Displays two webpages next to each other in a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Splitscreen

Téléchargez les fichiers d'extension Splitscreen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
URL Officiel https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Description Displays two webpages next to each other in a new tab
Taille du Fichier 279 KB
Nombre d'Installations 9,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-03-03
Date de Publication 2018-03-03
Évaluation 3.29/5 Total 17 Évaluations
Développeur Sidd
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}