AiMu - Real time audio to subtitle
Works with any website with audio, supports multiple languages and translations
AiMu - Real time audio to subtitle là gì?
AiMu - Real time audio to subtitle là một tiện ích mở rộng Chrome được phát triển bởi https://aimu.app, và tính năng chính của nó là "Works with any website with audio, supports multiple languages and translations".
Ả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 AiMu - Real time audio to subtitle
Tải xuống các tệp mở rộng AiMu - Real time audio to subtitle 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AiMu - Real time audio to subtitle |
ID | dogbgbjckgkpebicolofikcbhgkfkdkg |
URL Chính Thức | https://chromewebstore.google.com/detail/aimu-real-time-audio-to-s/dogbgbjckgkpebicolofikcbhgkfkdkg |
Mô tả | Works with any website with audio, supports multiple languages and translations |
Kích Thước Tệp | 459 KB |
Số Lần Cài Đặt | 3,715 |
Phiên Bản Hiện Tại | 1.1.8 |
Cập Nhật Lần Cuối | 2022-07-12 |
Ngày Phát Hành | 2022-04-03 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://aimu.app |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://aimu.app |
URL Trang Trợ Giúp | https://aimu.app |
URL Trang Chính Sách Bảo Mật | https://aimu.app/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |