Splitscreen

Displays two webpages next to each other in a new tab

Apa itu Splitscreen?

Splitscreen adalah ekstensi Chrome yang dikembangkan oleh Sidd, dan fitur utamanya adalah "Displays two webpages next to each other in a new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Splitscreen

Unduh file ekstensi Splitscreen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
URL Resmi https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Deskripsi Displays two webpages next to each other in a new tab
Ukuran File 279 KB
Jumlah Instalasi 9,000
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-03-03
Tanggal Publikasi 2018-03-03
Penilaian 3.29/5 Total 17 Penilaian
Pengembang Sidd
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}