Spreed.ME screen sharing

This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.

Spreed.ME screen sharingとは何ですか?

Spreed.ME screen sharingはhttps://spreed.meによって開発されたChromeの拡張機能で、その主な機能は「This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.」です。

拡張機能のスクリーンショット

screenshot

Spreed.ME screen sharing拡張機能のCRXファイルをダウンロード

Spreed.ME screen sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.                    

拡張機能の基本情報

名前 Spreed.ME screen sharing Spreed.ME screen sharing
ID labcnlicceloglidikcjbfglhnjibcbd
公式URL https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd
説明 This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
ファイルサイズ 26.15 KB
インストール数 2,362
現在のバージョン 0.2.1
最終更新日 2015-02-12
公開日 2015-02-12
評価 4.70/5 合計 10 レビュー
開発者 https://spreed.me
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.struktur.de/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "struktur AG",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "detector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.",
    "icons": {
        "128": "logo-128x128.png",
        "16": "logo-16x16.png",
        "32": "logo-32x32.png",
        "48": "logo-48x48.png",
        "512": "logo-512x512.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33",
    "name": "Spreed.ME screen sharing",
    "permissions": [
        "tabs",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Spreed.ME screen sharing",
    "version": "0.2.1"
}