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”。

扩展截图

screenshot

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