Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
什么是Canvas SimpleShare?
Canvas SimpleShare是由Jupiter Systems开发的Chrome扩展程序,该扩展的主要功能是“Desktop Screen Sharing Client For Canvas CRS class devices.”。
扩展截图
下载Canvas SimpleShare扩展crx文件
下载Canvas SimpleShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | bagghogdobjiomkdaaaengkcebcpcljj |
| 官方URL | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
| 简介 | Desktop Screen Sharing Client For Canvas CRS class devices. |
| 文件大小 | 24.73 KB |
| 安装次数 | 65 |
| 当前版本 | 2.0 |
| 更新时间 | 2016-08-13 |
| 上架时间 | 2016-08-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Jupiter Systems |
| 付费类型 | free |
| 扩展官网 | http://www.jupiter.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Chad Lucas",
"name": "Canvas SimpleShare",
"short_name": "Canvas SimpleShare",
"description": "Desktop Screen Sharing Client For Canvas CRS class devices.",
"version": "2.0",
"icons": {
"128": "images\/CanvasSimpleShare128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/crs",
"https:\/\/*\/Crs",
"https:\/\/*\/crs\/",
"https:\/\/*\/Crs\/",
"https:\/\/*\/SimpleShare",
"https:\/\/*\/simpleshare",
"https:\/\/*\/simpleShare",
"https:\/\/*\/Simpleshare",
"https:\/\/*\/SimpleShare\/",
"https:\/\/*\/simpleshare\/",
"https:\/\/*\/simpleShare\/",
"https:\/\/*\/Simpleshare\/",
"https:\/\/*\/mimic\/*",
"https:\/\/*\/mimic?*",
"https:\/\/*\/Mimic\/*",
"https:\/\/*\/mimic",
"https:\/\/*\/Mimic",
"https:\/\/*\/mimic\/Index",
"https:\/\/*\/mimic\/Index\/",
"https:\/\/*\/Mimic\/Index",
"https:\/\/*\/Mimic\/Index\/"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"desktopCapture",
"tabs",
"webRequest",
"https:\/\/*\/crs",
"https:\/\/*\/Crs",
"https:\/\/*\/crs\/",
"https:\/\/*\/Crs\/",
"https:\/\/*\/SimpleShare",
"https:\/\/*\/simpleshare",
"https:\/\/*\/simpleShare",
"https:\/\/*\/Simpleshare",
"https:\/\/*\/SimpleShare\/",
"https:\/\/*\/simpleshare\/",
"https:\/\/*\/simpleShare\/",
"https:\/\/*\/Simpleshare\/",
"https:\/\/*\/mimic\/*",
"https:\/\/*\/mimic?*",
"https:\/\/*\/Mimic\/*",
"https:\/\/*\/mimic",
"https:\/\/*\/Mimic",
"https:\/\/*\/mimic\/Index",
"https:\/\/*\/mimic\/Index\/",
"https:\/\/*\/Mimic\/Index",
"https:\/\/*\/Mimic\/Index\/"
]
} | |