Live Web Screensharing
Extension to allow screen sharing in Live Web Application.
Live Web Screensharingとは何ですか?
Live Web Screensharingはpolyvnetによって開発されたChromeの拡張機能で、その主な機能は「Extension to allow screen sharing in Live Web Application.」です。
拡張機能のスクリーンショット
Live Web Screensharing拡張機能のCRXファイルをダウンロード
Live Web Screensharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to allow screen sharing in Live Web Application. 拡張機能の基本情報
| 名前 | |
| ID | cbkjnhkfmpoicpeoompbhdnfldjhohmh |
| 公式URL | https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh |
| 説明 | Extension to allow screen sharing in Live Web Application. |
| ファイルサイズ | 16.23 KB |
| インストール数 | 84 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2019-04-10 |
| 公開日 | 2019-04-09 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | polyvnet |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Live Web Screensharing",
"permissions": [
"desktopCapture"
],
"short_name": "Screen sharing for Live",
"version": "0.0.2",
"author": "Polyv LM",
"background": {
"persistent": true,
"scripts": [
"script.js"
]
},
"description": "Extension to allow screen sharing in Live Web Application.",
"externally_connectable": {
"matches": [
"*:\/\/localhost:*\/*",
"*:\/\/live.polyv.net:*\/*",
"*:\/\/new.polyv.net:*\/*",
"*:\/\/gs.agora.io\/*",
"*:\/\/webdemo.agora.io\/*",
"*:\/\/webdemo.agorabeckon.com\/*"
]
},
"icons": {
"128": "128w.png",
"16": "16w.png",
"48": "48w.png"
},
"browser_action": {
"default_icon": "16w.png"
}
} | |