Tutorcast

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

Tutorcastคืออะไร?

Tutorcast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tutorcast.tv และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tutorcast

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}