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 |
| 公式URL | 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"
]
} | |