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\/*" ] } } |