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是由http://open-display.io開發的Chrome擴展程式,該擴展的主要功能是“Open Display cast app, with this app your are able to cast your desktop or tab to your display.”。

擴展截圖

screenshot

下載Open Display - Cast擴展crx文件

下載Open Display - Cast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
官方網址 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"
    ]
}