Huzza Screen Sharing
This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
什麼是Huzza Screen Sharing?
Huzza Screen Sharing是由https://huzza.io開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.”。
下載Huzza Screen Sharing擴展crx文件
下載Huzza Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to screen-share to a Huzza live-stream. 擴展基本資訊
| 名稱 | |
| ID | fgmhbpagoehdhfbanaiablaedpbeepdf |
| 官方網址 | https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf |
| 簡介 | This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen. |
| 檔案大小 | 14.93 KB |
| 安裝次數 | 81 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2016-03-31 |
| 上架時間 | 2016-03-31 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://huzza.io |
| 付費類型 | free |
| 擴展官網 | https://huzza.io |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Huzza Screen Sharing",
"author": "Huzza Media, Inc.",
"version": "0.0.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed for https:\/\/huzza.io\/. It doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/huzza.io\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.huzza.io\/*"
]
},
"icons": {
"16": "huzza16.png",
"48": "huzza48.png",
"128": "huzza128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |