AiMu - Real time audio to subtitle
Works with any website with audio, supports multiple languages and translations
AiMu - Real time audio to subtitleとは何ですか?
AiMu - Real time audio to subtitleはhttps://aimu.appによって開発されたChromeの拡張機能で、その主な機能は「Works with any website with audio, supports multiple languages and translations」です。
拡張機能のスクリーンショット
AiMu - Real time audio to subtitle拡張機能のCRXファイルをダウンロード
AiMu - Real time audio to subtitle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instructions ------------------ Using the industry's most advanced speech recognition service, relying on powerful algorithms to convert the sound of the web page into subtitles in real time, and translate it into the language you need in real time, with industry-leading recognition accuracy and efficiency for general and vertical scenarios, helping fast Understanding the audio and video of web pages greatly reduces labor costs. It is suitable for a variety of scenarios such as watching movies, listening to music, listening to radio, Internet calls and online classes, etc. Official website ------------------ https://aimu.app Privacy policy ------------------ https://aimu.app/privacy-policy.html
拡張機能の基本情報
名前 | AiMu - Real time audio to subtitle |
ID | dogbgbjckgkpebicolofikcbhgkfkdkg |
公式URL | https://chromewebstore.google.com/detail/aimu-real-time-audio-to-s/dogbgbjckgkpebicolofikcbhgkfkdkg |
説明 | Works with any website with audio, supports multiple languages and translations |
ファイルサイズ | 459 KB |
インストール数 | 3,715 |
現在のバージョン | 1.1.8 |
最終更新日 | 2022-07-12 |
公開日 | 2022-04-03 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | https://aimu.app |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://aimu.app |
ヘルプページのURL | https://aimu.app |
プライバシーポリシーページのURL | https://aimu.app/privacy-policy.html |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.8", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/aimu.app\/", "manifest_version": 3, "options_page": "options.html", "host_permissions": [ "*:\/\/aimu.app\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "tabCapture" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_title__", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/aimu.app\/*" ], "run_at": "document_start", "js": [ "aimu.js" ] } ] } |