Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
What is Multilingual Voice Search?
Multilingual Voice Search is a Chrome extension developed by https://hoishing.github.io, and its main feature is "Google voice search in languages different from your OS and location settings.".
Extension Screenshots
Download Multilingual Voice Search Extension CRX File
Download Multilingual Voice Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Multilingual Voice Search |
ID | ecfkiahgkikgihfhkmpggilephnaaidm |
Official URL | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm |
Description | Google voice search in languages different from your OS and location settings. |
File Size | 396 KB |
Installation Count | 2,735 |
Current Version | 1.2.1 |
Last Updated | 2023-01-16 |
Publish Date | 2018-11-23 |
Rating | 4.21/5 Total 14 Ratings |
Developer | https://hoishing.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hoishing/multilingual-voice-search |
Help Page URL | https://github.com/hoishing/multilingual-voice-search/issues |
Supported Languages | 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" } } |