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
公式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"
    ]
}