Splitscreen

Displays two webpages next to each other in a new tab

O que é Splitscreen?

Splitscreen é uma extensão do Chrome desenvolvida por Sidd, e sua principal característica é "Displays two webpages next to each other in a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Splitscreen

Baixe arquivos de extensão Splitscreen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
URL Oficial https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Descrição Displays two webpages next to each other in a new tab
Tamanho do Arquivo 279 KB
Contagem de Instalações 9,000
Versão Atual 0.0.1
Última Atualização 2018-03-03
Data de Publicação 2018-03-03
Classificação 3.29/5 Total de 17 Avaliações
Desenvolvedor Sidd
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}