Jitsi desktop streamer for Beautiful Rising
Enable screen sharing for Beautiful Rising's jitsi meet page
Jitsi desktop streamer for Beautiful Risingとは何ですか?
Jitsi desktop streamer for Beautiful Risingはhttps://beautifulrising.orgによって開発されたChromeの拡張機能で、その主な機能は「Enable screen sharing for Beautiful Rising's jitsi meet page」です。
拡張機能のスクリーンショット
Jitsi desktop streamer for Beautiful Rising拡張機能のCRXファイルをダウンロード
Jitsi desktop streamer for Beautiful Rising拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.
拡張機能の基本情報
名前 | Jitsi desktop streamer for Beautiful Rising |
ID | feblndkkkcojdijcmdkghckpgjmcjnbd |
公式URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd |
説明 | Enable screen sharing for Beautiful Rising's jitsi meet page |
ファイルサイズ | 35.43 KB |
インストール数 | 1,815 |
現在のバージョン | 0.1.5 |
最終更新日 | 2015-01-26 |
公開日 | 2015-01-25 |
開発者 | https://beautifulrising.org |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi desktop streamer for Beautiful Rising", "description": "Enable screen sharing for Beautiful Rising's jitsi meet page", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "https:\/\/*.beautifulrising.org\/*" ] } } |