TAU-Video Controller
Make video lectures fast again - control playback speed for online lectures on the unicko, TAU-webserver and zoom platforms.
TAU-Video Controllerคืออะไร?
TAU-Video Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย g-Bulgarit-dev และคุณลักษณะหลักของมันคือ "Make video lectures fast again - control playback speed for online lectures on the unicko, TAU-webserver and zoom platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TAU-Video Controller
ดาวน์โหลดไฟล์ส่วนขยาย TAU-Video Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension for controlling the playback speed of the recorded lectures for TAU students due to the corona virus situation. Using the extension, you can easily increase or decrease video playback speed in order to catch up on material faster. The extension now works on Unicko, Zoom and TAU-Webserver platforms. How to use: Install the extension, then go to your video lecture and play it. Now you can use the extension icon on the top left (or top right) in order to bring up the slider. Use the slider to adjust playback speed. Note: - This extension is still in development, please report any bugs or other concerns to the listed e-mail address, feel free to contribute to the attached github repository. - This only works on recorded lectures, obviously not on 'live' lectures. ________________________________________________________________________ מגביר מהירות להרצאות מוקלטות בפלטפורמות יוניקו, זום ושרת הווידיאו של טאו! כדי להשתמש: 1. התקינו את התוסף 2. גלשו אל ההרצאה המוקלטת המועדפת עליכם 3. הפעילו אותה, ואז לחצו על כפתור התוסף בצידו הימני העליון של הדפדפן 4. גררו את הידית על מנת לשנות את קצב הניגון של הסרטון שימו לב! תוסף זה עדיין בפיתוח! - הערות, באגים ושאר ירקות אשמח לקבל במייל המצורף מטה.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TAU-Video Controller |
ID | jiklmkbgenafdloghgmhafdaaaimidek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tau-video-controller/jiklmkbgenafdloghgmhafdaaaimidek |
คำอธิบาย | Make video lectures fast again - control playback speed for online lectures on the unicko, TAU-webserver and zoom platforms. |
ขนาดไฟล์ | 29.22 KB |
จำนวนการติดตั้ง | 544 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2020-03-26 |
วันที่เผยแพร่ | 2020-03-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | g-Bulgarit-dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/g-bulgarit/Unicko-Speed-Controller |
URL หน้าช่วยเหลือ | https://github.com/g-bulgarit/Unicko-Speed-Controller |
ภาษาที่รองรับ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TAU-Video Controller", "version": "0.1.4", "description": "Make video lectures fast again - control playback speed for online lectures on the unicko, TAU-webserver and zoom platforms.", "manifest_version": 2, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.unicko.com\/*", "https:\/\/*.unicko.com\/*", "http:\/\/*.zoom.us\/*", "https:\/\/*.zoom.us\/*", "http:\/\/zoom.us\/*", "https:\/\/zoom.us\/*", "https:\/\/moodle.tau.ac.il\/*", "http:\/\/moodle.tau.ac.il\/*" ], "css": [ "popup.css" ], "js": [ "popup.js" ] } ], "permissions": [ "http:\/\/*.unicko.com\/*", "https:\/\/*.unicko.com\/*", "http:\/\/*.zoom.us\/*", "https:\/\/*.zoom.us\/*", "http:\/\/zoom.us\/*", "https:\/\/zoom.us\/*", "https:\/\/moodle.tau.ac.il\/*", "http:\/\/moodle.tau.ac.il\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |