Splitscreen

Displays two webpages next to each other in a new tab

Vad är Splitscreen?

Splitscreen är en Chrome-tillägg utvecklad av Sidd, och dess huvudfunktion är "Displays two webpages next to each other in a new tab".

Tilläggsskärmbilder

screenshot

Ladda ner Splitscreen-förlängningens CRX-fil

Ladda ner Splitscreen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
Officiell webbadress https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Beskrivning Displays two webpages next to each other in a new tab
Filstorlek 279 KB
Antal Installationer 9,000
Aktuell Version 0.0.1
Senast Uppdaterad 2018-03-03
Publiceringsdatum 2018-03-03
Betyg 3.29/5 Totalt 17 Betyg
Utvecklare Sidd
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}