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

擴展截圖

screenshot

下載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 Riot.im Screen Sharing
ID ehgcnaneidbjcmblghjepmamomchgahd
官方網址 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\/*"
        ]
    }
}