Janus WebRTC Screensharing

This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway

什麼是Janus WebRTC Screensharing?

Janus WebRTC Screensharing是由Meetecho s.r.l.開發的Chrome擴展程式,該擴展的主要功能是“This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway”。

擴展截圖

screenshot
screenshot

下載Janus WebRTC Screensharing擴展crx文件

下載Janus WebRTC Screensharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Janus (http://janus.conf.meetecho.com) is an open source, general purpose WebRTC gateway developed by Meetecho. Among its several features, it also allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed: this extension provides such a security mechanism for usage with the Janus gateway.

Test it with the online demo (http://janus.conf.meetecho.com/screensharingtest.html) or with any installation of Janus you made yourself.                    

擴展基本資訊

名稱 Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
官方網址 https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
簡介 This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
檔案大小 12.08 KB
安裝次數 10,626
目前版本 0.0.2
更新時間 2014-09-15
上架時間 2014-09-15
評分 4.54/5 共 13 次評分
開發者 Meetecho s.r.l.
付費類型 free
擴展官網 http://janus.conf.meetecho.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Janus WebRTC Screensharing",
    "short_name": "Janus screensharing",
    "description": "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}