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
电子邮箱 [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"
    ]
}