Open Display - Cast

Open Display cast app, with this app your are able to cast your desktop or tab to your display.

ما هو Open Display - Cast؟

Open Display - Cast هو إضافة Chrome تم تطويرها بواسطة http://open-display.io، والميزة الرئيسية لها هي "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open Display - Cast

قم بتنزيل ملفات الامتداد Open Display - Cast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
عنوان URL الرسمي https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
الوصف Open Display cast app, with this app your are able to cast your desktop or tab to your display.
حجم الملف 551 KB
عدد التثبيتات 3,000
النسخة الحالية 1.21
آخر تحديث 2017-09-04
تاريخ النشر 2017-09-04
تقييم 1.38/5 مجموع تقييمات 26
المطور http://open-display.io
نوع الدفع free
موقع الإضافة https://open-display.io
عنوان صفحة المساعدة https://open-display.zendesk.com/hc/en-us
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Display - Cast",
    "description": "Open Display cast app, with this app your are able to cast your desktop or tab to your display.",
    "version": "1.21",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/*.open-display.io https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "icons\/od-16x16.png",
        "120": "icons\/od-120x120.png"
    },
    "sandbox": {
        "pages": [
            "https:\/\/opendisplayapi.firebaseapp.com\/app.html"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/od-16x16.png"
    },
    "background": {
        "scripts": [
            "getStats.min.js",
            "firebase.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "desktopCapture",
        "tabs",
        "windows"
    ]
}