Tutorcast

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

Apa itu Tutorcast?

Tutorcast adalah ekstensi Chrome yang dikembangkan oleh http://tutorcast.tv, dan fitur utamanya adalah "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".

Unduh Berkas CRX Ekstensi Tutorcast

Unduh file ekstensi Tutorcast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
URL Resmi https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
Deskripsi This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Ukuran File 14.53 KB
Jumlah Instalasi 204
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2015-10-22
Tanggal Publikasi 2015-10-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://tutorcast.tv
Tipe Pembayaran free
Situs Ekstensi https://www.tutorcast.tv
Bahasa yang Didukung 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"
    ]
}