Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
什么是Smart Education ?
Smart Education 是由forrestlin888开发的Chrome扩展程序,该扩展的主要功能是“The Plug-in for screen sharing and file sharing of smart live teaching & learning service.”。
扩展截图
下载Smart Education 扩展crx文件
下载Smart Education 扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Plug-in for screen sharing and file sharing of smart live teaching & learning service. 扩展基本信息
| 名称 | |
| ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
| 官方URL | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
| 简介 | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
| 文件大小 | 103 KB |
| 安装次数 | 69 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2019-08-16 |
| 上架时间 | 2019-08-12 |
| 开发者 | forrestlin888 |
| 付费类型 | free |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Smart Education ",
"permissions": [
"desktopCapture",
"contextMenus",
"bookmarks",
"tabs",
"notifications",
"webRequest",
"webRequestBlocking",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "Smart Live Teaching & Learning Service",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.6",
"default_locale": "zh_CN"
} | |