CTV Screen Sharing
CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
什麼是CTV Screen Sharing?
CTV Screen Sharing是由https://click-to-video.com開發的Chrome擴展程式,該擴展的主要功能是“CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.”。
擴展截圖
下載CTV Screen Sharing擴展crx文件
下載CTV Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. 擴展基本資訊
| 名稱 | |
| ID | kohfoaokpnbibffipkhanldhanejlgpm |
| 官方網址 | https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm |
| 簡介 | CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones. |
| 檔案大小 | 99.59 KB |
| 安裝次數 | 63 |
| 目前版本 | 1.6 |
| 更新時間 | 2016-12-16 |
| 上架時間 | 2016-12-16 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | https://click-to-video.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CTV Screen Sharing",
"author": "NetStairs",
"version": "1.6",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
"homepage_url": "https:\/\/www.click-to-video.com\/",
"background": {
"scripts": [
"websocket.js",
"RTCMultiConnection.min.js",
"CodecsHandler.js",
"desktop-capturing.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/desktopCapture22.png",
"default_title": "CTV Screen Sharing"
},
"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
}
} | |