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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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