Tutorcast
This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Qu'est-ce que Tutorcast ?
Tutorcast est une extension Chrome développée par http://tutorcast.tv, et sa fonction principale est "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".
Télécharger le fichier CRX de l'extension Tutorcast
Téléchargez les fichiers d'extension Tutorcast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tutorcast screen sharing allows tutors to share their screens with students.
Informations de Base sur l'Extension
Nom | |
ID | njncmjbcfcoipkceaicngchidlhijfja |
URL Officiel | https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja |
Description | This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen. |
Taille du Fichier | 14.53 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2015-10-22 |
Date de Publication | 2015-10-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://tutorcast.tv |
Type de Paiement | free |
Site Web de l'Extension | https://www.tutorcast.tv |
Langues Prises en Charge | 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" ] } |