Huzza Screen Sharing
This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Co je Huzza Screen Sharing?
Huzza Screen Sharing je rozšíření Chrome vyvinuté https://huzza.io, a jeho hlavní funkcí je „This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.“.
Stáhnout soubor CRX rozšíření Huzza Screen Sharing
Stáhněte si soubory rozšíření Huzza Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to screen-share to a Huzza live-stream.
Základní Informace o Rozšíření
Název | Huzza Screen Sharing |
ID | fgmhbpagoehdhfbanaiablaedpbeepdf |
Oficiální URL | https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf |
Popis | This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen. |
Velikost souboru | 14.93 KB |
Počet instalací | 81 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2016-03-31 |
Datum Vydání | 2016-03-31 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://huzza.io |
Typ Platby | free |
Webové stránky Rozšíření | https://huzza.io |
Podporované Jazyky | 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" ] } |