Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Riot.im Screen Sharingとは何ですか?
Riot.im Screen Sharingはhttps://jitsi.riot.imによって開発されたChromeの拡張機能で、その主な機能は「Share your desktop in Riot.im video conferences.」です。
拡張機能のスクリーンショット
Riot.im Screen Sharing拡張機能のCRXファイルをダウンロード
Riot.im Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.
拡張機能の基本情報
名前 | Riot.im Screen Sharing |
ID | ehgcnaneidbjcmblghjepmamomchgahd |
公式URL | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
説明 | Share your desktop in Riot.im video conferences. |
ファイルサイズ | 16.8 KB |
インストール数 | 1,316 |
現在のバージョン | 0.1.6 |
最終更新日 | 2017-07-06 |
公開日 | 2017-07-06 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://jitsi.riot.im |
支払い方法 | free |
拡張機能のウェブサイト | https://riot.im/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Riot.im Screen Sharing", "description": "Share your desktop in Riot.im video conferences.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "riot-logo-16x16.png", "48": "riot-logo-48x48.png", "128": "riot.im-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/riot.im\/*", "*:\/\/*.riot.im\/*" ] } } |