Tutorcast

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

什麼是Tutorcast?

Tutorcast是由http://tutorcast.tv開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.”。

下載Tutorcast擴展crx文件

下載Tutorcast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
官方網址 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"
    ]
}