iTour Video Translation
This extension translates video's audio on the current tab to your own language
iTour Video Translationとは何ですか?
iTour Video TranslationはiTourTranslatorによって開発されたChromeの拡張機能で、その主な機能は「This extension translates video's audio on the current tab to your own language」です。
拡張機能のスクリーンショット
iTour Video Translation拡張機能のCRXファイルをダウンロード
iTour Video Translation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | iTour Video Translation |
ID | eibnkkenjjeaadmjkngfincfnapgpeao |
公式URL | https://chromewebstore.google.com/detail/itour-video-translation/eibnkkenjjeaadmjkngfincfnapgpeao |
説明 | This extension translates video's audio on the current tab to your own language |
ファイルサイズ | 2.36 MB |
インストール数 | 44,946 |
現在のバージョン | 2.0.5 |
最終更新日 | 2023-03-29 |
公開日 | 2021-12-15 |
評価 | 4.92/5 合計 1995 レビュー |
開発者 | iTourTranslator |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.itourtranslator.com |
ヘルプページのURL | https://www.itourtranslator.com/unit.html |
プライバシーポリシーページのURL | https://www.itourtranslator.com/privacy-policy.html |
対応言語 | 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" ] } |