Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
Multilingual Voice Search là gì?
Multilingual Voice Search là một tiện ích mở rộng Chrome được phát triển bởi https://hoishing.github.io, và tính năng chính của nó là "Google voice search in languages different from your OS and location settings.".
Ả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 Multilingual Voice Search
Tải xuống các tệp mở rộng Multilingual Voice Search 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
Google voice search in browser pre-determined the language for you based on your OS, location, and google account settings. For instance, I can't search in Cantonese if I'm located in Taiwan using and an English OS... This extension simply allow us to explicitly choose the language before making voice searches. ⭐️ No special permission required for installation ⭐️ This is an open-source project. https://github.com/hoishing/multilingual-voice-search
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Multilingual Voice Search |
ID | ecfkiahgkikgihfhkmpggilephnaaidm |
URL Chính Thức | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm |
Mô tả | Google voice search in languages different from your OS and location settings. |
Kích Thước Tệp | 396 KB |
Số Lần Cài Đặt | 2,735 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-01-16 |
Ngày Phát Hành | 2018-11-23 |
Đánh Giá | 4.21/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://hoishing.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hoishing/multilingual-voice-search |
URL Trang Trợ Giúp | https://github.com/hoishing/multilingual-voice-search/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Multilingual Voice Search", "version": "1.2.1", "description": "Google voice search in languages different from your OS and location settings.", "permissions": [ "storage" ], "icons": { "16": "vs_icon.png", "32": "vs_icon.png", "48": "vs_icon.png", "128": "vs_icon.png" }, "action": { "default_icon": { "16": "vs_icon.png", "32": "vs_icon.png", "48": "vs_icon.png", "128": "vs_icon.png" } }, "background": { "service_worker": "service-worker.js", "type": "module" } } |