Tutorcast

This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.

Wat is Tutorcast?

Tutorcast is een Chrome-extensie ontwikkeld door http://tutorcast.tv, en de belangrijkste functie is "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".

Download het CRX-bestand van de extensie Tutorcast

Download Tutorcast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tutorcast screen sharing allows tutors to share their screens with students.                    

Basisinformatie over de Extensie

Naam Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
Officiële URL https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
Beschrijving This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Bestandsgrootte 14.53 KB
Aantal Installaties 204
Huidige Versie 1.1.5
Laatst Bijgewerkt 2015-10-22
Publicatiedatum 2015-10-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://tutorcast.tv
Betalingswijze free
Extensiewebsite https://www.tutorcast.tv
Ondersteunde Talen 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"
    ]
}