FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
什么是FevTutor Desktop Sharing?
FevTutor Desktop Sharing是由FocusEduvation开发的Chrome扩展程序,该扩展的主要功能是“WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.”。
下载FevTutor Desktop Sharing扩展crx文件
下载FevTutor Desktop Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | FevTutor Desktop Sharing |
ID | chnfckdgcolmpchcdjkoemdjffkiceac |
官方URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
简介 | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
文件大小 | 69.21 KB |
安装次数 | 20 |
当前版本 | 1.1 |
更新时间 | 2016-09-30 |
上架时间 | 2016-09-30 |
开发者 | FocusEduvation |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.fevtutor.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FevTutor Desktop Sharing", "author": "FevTutor", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.", "homepage_url": "https:\/\/www.fevtutor.com", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.min.js", "CodecsHandler.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |