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"
    }
}