Livestorm Screensharing

Livestorm extension utility for screensharing support

Livestorm Screensharingとは何ですか?

Livestorm Screensharingはhttps://livestorm.coによって開発されたChromeの拡張機能で、その主な機能は「Livestorm extension utility for screensharing support」です。

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

screenshot

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

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

拡張機能の使用方法

                        Livestorm extension for screensharing support                    

拡張機能の基本情報

名前 Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
公式URL https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
説明 Livestorm extension utility for screensharing support
ファイルサイズ 309 KB
インストール数 3,241
現在のバージョン 1.1
最終更新日 2016-10-19
公開日 2016-10-19
評価 5.00/5 合計 4 レビュー
開発者 https://livestorm.co
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livestorm Screensharing",
    "author": "Livestorm",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Livestorm extension utility for screensharing support",
    "homepage_url": "https:\/\/livestorm.co",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:4000\/*",
            "https:\/\/*.livestorm.co\/*",
            "https:\/\/*.livestorm.fr\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}