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
公式URL 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:\/\/*\/*"
            ]
        }
    ]
}