Simultaneous Interpretation For Google Meet
A tool to make simultaneous interpretation between two languages easier, for listeners and interpreters.
Simultaneous Interpretation For Google Meetคืออะไร?
Simultaneous Interpretation For Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thenullpointer.co.uk และคุณลักษณะหลักของมันคือ "A tool to make simultaneous interpretation between two languages easier, for listeners and interpreters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simultaneous Interpretation For Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย Simultaneous Interpretation For Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool allows listeners and interpreters to open a secondary interpretation meeting within the Google Meet and provides them with controls to make listening and interpreting easier. Currently, it only works in Google Meet and not Live Streams. Without this extension, users have to open Google Meet in two different windows, both meetings at 100% volume. How it works - Interpreter or Organizer creates a separate Google Meet link for interpretation and share's the link to the people who will be listening in. - Users (both interpreters and listeners) join the main meeting, and then activate the extension, paste the provided link and begin. - Users will gain access to volume controls for both channels, as well as a mini-view of the interpreting meeting (in case there is content shared specifically in their language). - All users joining the interpreting channel will be automatically muted and have their videos turned off. Only the interpreter get's an additional control to toggle their mic. However, uses can still use keyboard shortcuts within the mini-view to access their mic, video and chat functions. Search "Google Meet Keyboard Shortcuts" for more details. - Interpreters / Organizers can also still share their screens from within the interpreting channel. This project is open source, so if you'd like to add anything, request features, or more, please consult me at the project repository on Github: https://github.com/TheAxZim/Meet-Simultaneous-Interpretation
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simultaneous Interpretation For Google Meet |
ID | ofcbaogakobldnkeaabmfndopboipmih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simultaneous-interpretati/ofcbaogakobldnkeaabmfndopboipmih |
คำอธิบาย | A tool to make simultaneous interpretation between two languages easier, for listeners and interpreters. |
ขนาดไฟล์ | 31.75 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2022-04-27 |
วันที่เผยแพร่ | 2021-04-08 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://thenullpointer.co.uk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.6", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage", "activeTab", "scripting", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/meet.google.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "filter_security_headers", "enabled": true, "path": "header_rules.json" } ] }, "action": { "default_title": "Launch Interpretation Channel", "default_popup": "popup\/interpret_view.html", "default_icon": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png" } }, "icons": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" } } |