Tutorcast
This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Co je Tutorcast?
Tutorcast je rozšíření Chrome vyvinuté http://tutorcast.tv, a jeho hlavní funkcí je „This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.“.
Stáhnout soubor CRX rozšíření Tutorcast
Stáhněte si soubory rozšíření Tutorcast 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í
Tutorcast screen sharing allows tutors to share their screens with students.
Základní Informace o Rozšíření
Název | |
ID | njncmjbcfcoipkceaicngchidlhijfja |
Oficiální URL | https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja |
Popis | This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen. |
Velikost souboru | 14.53 KB |
Počet instalací | 204 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2015-10-22 |
Datum Vydání | 2015-10-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | http://tutorcast.tv |
Typ Platby | free |
Webové stránky Rozšíření | https://www.tutorcast.tv |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tutorcast", "author": "Tutorcast, Inc.", "version": "1.1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/tutorcast.tv\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/tutorcast.tv\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/localhost\/*", "*:\/\/www.tutorcast.tv\/*", "*:\/\/tutorcast.tv\/*", "*:\/\/50.18.199.99\/*", "*:\/\/54.215.235.120\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |