LightCast 2

LightCast 2

LightCast 2とは何ですか?

LightCast 2はConX by Avistarによって開発されたChromeの拡張機能で、その主な機能は「LightCast 2」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

LightCast 2拡張機能のCRXファイルをダウンロード

LightCast 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cast your computer’s screen to Mondopad and ConXBoard app.  

Just install the extension on your chrome browser.  From LightCast2, you can see all the Mondopads and ConXBoards on the same network.  Select the device you want to cast your computer to, enter the security pin code provided on the receiving device, choose the screen if you have multiple desktops, and start sharing.  Now your content will show up on the selected receiver’s screen, with sound.                    

拡張機能の基本情報

名前 LightCast 2 LightCast 2
ID bdllbpaajbedehahefgjglijelgmmhjm
公式URL https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm
説明 LightCast 2
ファイルサイズ 77.9 KB
インストール数 4,000
現在のバージョン 1.0.2
最終更新日 2020-01-23
公開日 2020-01-23
開発者 ConX by Avistar
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.infocus.com/privacy-policy
対応言語 en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "logger.js",
            "jsencrypt.min.js",
            "crypt.js",
            "serverlist.js",
            "context.js",
            "capture.js",
            "control.js",
            "avcontrol.js",
            "packet.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}