Tutorcast

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

Tutorcast là gì?

Tutorcast là một tiện ích mở rộng Chrome được phát triển bởi http://tutorcast.tv, và tính năng chính của nó là "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.".

Tải xuống tệp CRX của tiện ích mở rộng Tutorcast

Tải xuống các tệp mở rộng Tutorcast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
URL Chính Thức https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
Mô tả This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 14.53 KB
Số Lần Cài Đặt 204
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2015-10-22
Ngày Phát Hành 2015-10-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://tutorcast.tv
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tutorcast.tv
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}