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
官方網址 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\/*"
        ]
    }
}