RTC Share Desktop
WebRTC screen capturing extension.
RTC Share Desktop là gì?
RTC Share Desktop là một tiện ích mở rộng Chrome được phát triển bởi driverfarfar, và tính năng chính của nó là "WebRTC screen capturing extension.".
Ả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 RTC Share Desktop
Tải xuống các tệp mở rộng RTC Share Desktop 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
This is a WebRTC screen capturing extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RTC Share Desktop |
ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
URL Chính Thức | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
Mô tả | WebRTC screen capturing extension. |
Kích Thước Tệp | 5.43 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-01-11 |
Ngày Phát Hành | 2019-01-10 |
Nhà Phát Triển | driverfarfar |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.easemob.com/ |
URL Trang Trợ Giúp | https://www.easemob.com/ |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Share Desktop", "author": "Simon", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC screen capturing extension.", "homepage_url": "https:\/\/www.easemob.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |