IceLink WebRTC Screen Capture
This extension allows IceLink WebRTC connections to use the screen as a video source.
IceLink WebRTC Screen Capture là gì?
IceLink WebRTC Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi https://frozenmountain.com, và tính năng chính của nó là "This extension allows IceLink WebRTC connections to use the screen as a video source.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IceLink WebRTC Screen Capture
Tải xuống các tệp mở rộng IceLink WebRTC Screen Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IceLink WebRTC Screen Capture |
ID | nidjnlpklmpflfmfflalpddmadlgjckn |
URL Chính Thức | https://chromewebstore.google.com/detail/icelink-webrtc-screen-cap/nidjnlpklmpflfmfflalpddmadlgjckn |
Mô tả | This extension allows IceLink WebRTC connections to use the screen as a video source. |
Kích Thước Tệp | 374 KB |
Số Lần Cài Đặt | 415 |
Phiên Bản Hiện Tại | 3.0.10 |
Cập Nhật Lần Cuối | 2017-04-10 |
Ngày Phát Hành | 2017-04-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://frozenmountain.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.frozenmountain.com/products/icelink |
URL Trang Trợ Giúp | http://support.frozenmountain.com/ |
URL Trang Chính Sách Bảo Mật | https://www.frozenmountain.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |