Splitscreen

Displays two webpages next to each other in a new tab

Что такое Splitscreen?

Splitscreen - это расширение Chrome, разработанное Sidd, и его основная функция - "Displays two webpages next to each other in a new tab".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Splitscreen

Скачайте файлы расширений 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"
    }
}