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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
URL หน้าช่วยเหลือ 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"
    ]
}