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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tutorcast screen sharing allows tutors to share their screens with students.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |