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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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