Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
Wat is Multilingual Voice Search?
Multilingual Voice Search is een Chrome-extensie ontwikkeld door https://hoishing.github.io, en de belangrijkste functie is "Google voice search in languages different from your OS and location settings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multilingual Voice Search
Download Multilingual Voice Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Multilingual Voice Search |
ID | ecfkiahgkikgihfhkmpggilephnaaidm |
Officiële URL | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm |
Beschrijving | Google voice search in languages different from your OS and location settings. |
Bestandsgrootte | 396 KB |
Aantal Installaties | 2,735 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2023-01-16 |
Publicatiedatum | 2018-11-23 |
Beoordeling | 4.21/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://hoishing.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hoishing/multilingual-voice-search |
Help Pagina-URL | https://github.com/hoishing/multilingual-voice-search/issues |
Ondersteunde Talen | 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" } } |