LearningChinese Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.
什么是LearningChinese Screenshare Extension?
LearningChinese Screenshare Extension是由https://chinese.com.vn开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.”。
扩展截图
下载LearningChinese Screenshare Extension扩展crx文件
下载LearningChinese Screenshare Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Trung tâm tiếng Trung Chinese. Dạy học tiếng Trung Quốc Online - Hotline 0989543912 Website: https://chinese.edu.vn - Dịch vụ tại Chinese + Khóa học tiếng tại Hà Nội, HCM, Hạ Long + Gia sư tiếng Trung tại nhà + Dịch thuật - Phiên dịch tiếng Trung + Bán sách tiếng Trung, video dạy học
扩展基本信息
名称 | LearningChinese Screenshare Extension |
ID | hcbogoldohibdpnjhklaijdgankipnkd |
官方URL | https://chromewebstore.google.com/detail/learningchinese-screensha/hcbogoldohibdpnjhklaijdgankipnkd |
简介 | Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings. |
文件大小 | 9.25 KB |
安装次数 | 10 |
当前版本 | 2.0 |
更新时间 | 2020-01-02 |
上架时间 | 2020-01-02 |
开发者 | https://chinese.com.vn |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chinese.com.vn/ |
帮助页面URL | https://chinese.com.vn/ |
隐私政策页面URL | https://chinese.edu.vn/chinh-sach-bao-mat |
支持的语言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearningChinese Screenshare Extension", "author": "chinese.com.vn", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.", "homepage_url": "http:\/\/learningchinese.info\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.learningchinese.info\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |