Splitscreen

Displays two webpages next to each other in a new tab

什么是Splitscreen?

Splitscreen是由Sidd开发的Chrome扩展程序,该扩展的主要功能是“Displays two webpages next to each other in a new tab”。

扩展截图

screenshot

下载Splitscreen扩展crx文件

下载Splitscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
官方URL https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
简介 Displays two webpages next to each other in a new tab
文件大小 279 KB
安装次数 9,000
当前版本 0.0.1
更新时间 2018-03-03
上架时间 2018-03-03
评分 3.29/5 共17次评分
开发者 Sidd
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}