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
官方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"
    ]
}