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 |
| 官方網址 | 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\/"
]
} | |