Splitscreen

Displays two webpages next to each other in a new tab

Splitscreen là gì?

Splitscreen là một tiện ích mở rộng Chrome được phát triển bởi Sidd, và tính năng chính của nó là "Displays two webpages next to each other in a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Splitscreen

Tải xuống các tệp mở rộng Splitscreen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splitscreen Splitscreen
ID lejikfhnnennacpmpfcphoodkfklkgnj
URL Chính Thức https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Mô tả Displays two webpages next to each other in a new tab
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-03-03
Ngày Phát Hành 2018-03-03
Đánh Giá 3.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Sidd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}