IceLink WebRTC Screen Capture

This extension allows IceLink WebRTC connections to use the screen as a video source.

IceLink WebRTC Screen Captureとは何ですか?

IceLink WebRTC Screen Captureはhttps://frozenmountain.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows IceLink WebRTC connections to use the screen as a video source.」です。

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

screenshot

IceLink WebRTC Screen Capture拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        IceLink is a software development kit that provides WebRTC support for Internet Explorer, as well as for iOS, Android, Windows, Mac, Linux, and Xamarin applications. With IceLink, WebRTC Anywhere becomes a reality, and you can begin developing applications today that make use of peer-to-peer audio, video, and data streaming regardless of the browsers or platforms involved.

Using IceLink’s cross-platform API ensures that your applications are portable across all platforms. The API makes use of existing WebRTC support when available (Chrome, Firefox, etc.) and provides the same support everywhere else (Internet Explorer and numerous native platforms). Since IceLink adheres strictly to the WebRTC standard, applications written using other WebRTC implementations interact seamlessly with applications using IceLink. IceLink also includes simple API support for establishing “many-to-many” peer-to-peer connections.

This extension allows WebRTC connections to use the screen as a video source.                    

拡張機能の基本情報

名前 IceLink WebRTC Screen Capture IceLink WebRTC Screen Capture
ID nidjnlpklmpflfmfflalpddmadlgjckn
公式URL https://chromewebstore.google.com/detail/icelink-webrtc-screen-cap/nidjnlpklmpflfmfflalpddmadlgjckn
説明 This extension allows IceLink WebRTC connections to use the screen as a video source.
ファイルサイズ 374 KB
インストール数 415
現在のバージョン 3.0.10
最終更新日 2017-04-10
公開日 2017-04-10
評価 5.00/5 合計 1 レビュー
開発者 https://frozenmountain.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.frozenmountain.com/products/icelink
ヘルプページのURL http://support.frozenmountain.com/
プライバシーポリシーページのURL https://www.frozenmountain.com/legal
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IceLink WebRTC Screen Capture",
    "version": "3.0.10",
    "description": "This extension allows IceLink WebRTC connections to use the screen as a video source.",
    "icons": {
        "16": "IceLink-16.png",
        "32": "IceLink-32.png",
        "48": "IceLink-48.png",
        "128": "IceLink-128.png"
    },
    "author": "Frozen Mountain Software",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.frozenmountain.com\/icelink\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "IceLink-16.png",
        "IceLink-32.png",
        "IceLink-48.png",
        "IceLink-128.png"
    ]
}