Tutorcast

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

Τι είναι το Tutorcast;

Το Tutorcast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tutorcast.tv, και η κύρια λειτουργία του είναι "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".

Λήψη αρχείου CRX της επέκτασης Tutorcast

Λήψη αρχείων επέκτασης Tutorcast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
Επίσημο URL https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
Περιγραφή This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Μέγεθος Αρχείου 14.53 KB
Αριθμός Εγκαταστάσεων 204
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2015-10-22
Ημερομηνία Δημοσίευσης 2015-10-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://tutorcast.tv
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tutorcast.tv
Υποστηριζόμενες Γλώσσες 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"
    ]
}