iTour Video Translation
This extension translates video's audio on the current tab to your own language
iTour Video Translation là gì?
iTour Video Translation là một tiện ích mở rộng Chrome được phát triển bởi iTourTranslator, và tính năng chính của nó là "This extension translates video's audio on the current tab to your own language".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng iTour Video Translation
Tải xuống các tệp mở rộng iTour Video Translation 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
The extension can be used to translate online meetings (such as Zoom , Microsoft Teams, Google Meet,Webex, Canvas, etc.), online videos into two languages subtitle. If you set the sound source to the microphone in the extension, you can translate the video into subtitles being played in the computer in real time, and you can also translate the sound outside the computer in real time. Many international students use this software to translate Zoom online courses. There are also many international students who use this software to translate lectures taught by professors in the classroom in real time. The software automatically translates voices and takes notes for students. It supports dozens of languages, and the translation is fast and accurate. The software can be tried for free.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iTour Video Translation |
ID | eibnkkenjjeaadmjkngfincfnapgpeao |
URL Chính Thức | https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao |
Mô tả | This extension translates video's audio on the current tab to your own language |
Kích Thước Tệp | 2.36 MB |
Số Lần Cài Đặt | 44,946 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2023-03-29 |
Ngày Phát Hành | 2021-12-15 |
Đánh Giá | 4.92/5 Tổng số 1995 Đánh Giá |
Nhà Phát Triển | iTourTranslator |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.itourtranslator.com |
URL Trang Trợ Giúp | https://www.itourtranslator.com/unit.html |
URL Trang Chính Sách Bảo Mật | https://www.itourtranslator.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iTour Video Translation", "version": "2.0.5", "description": "This extension translates video's audio on the current tab to your own language", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "static\/img\/app_icon.png", "19": "static\/img\/app_icon.png", "38": "static\/img\/app_icon.png", "48": "static\/img\/app_icon.png", "128": "static\/img\/app_icon.png" }, "action": { "default_icon": "static\/img\/app_icon.png", "default_title": "iTour Video Translation", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "service_worker": "background.main.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [], "js": [ "content.main.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "downloads", "unlimitedStorage", "cookies", "desktopCapture" ] } |