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