RTC Share Desktop
WebRTC screen capturing extension.
什么是RTC Share Desktop?
RTC Share Desktop是由driverfarfar开发的Chrome扩展程序,该扩展的主要功能是“WebRTC screen capturing extension.”。
扩展截图
下载RTC Share Desktop扩展crx文件
下载RTC Share Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a WebRTC screen capturing extension
扩展基本信息
名称 | RTC Share Desktop |
ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
官方URL | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
简介 | WebRTC screen capturing extension. |
文件大小 | 5.43 KB |
安装次数 | 34 |
当前版本 | 1.0 |
更新时间 | 2019-01-11 |
上架时间 | 2019-01-10 |
开发者 | driverfarfar |
付费类型 | free |
扩展官网 | https://www.easemob.com/ |
帮助页面URL | https://www.easemob.com/ |
支持的语言 | 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" ] } |