Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
Was ist Multilingual Voice Search?
Multilingual Voice Search ist eine Chrome-Erweiterung, die von https://hoishing.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Google voice search in languages different from your OS and location settings.".
Erweiterungsscreenshots
Multilingual Voice Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multilingual Voice Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Multilingual Voice Search |
ID | ecfkiahgkikgihfhkmpggilephnaaidm |
Offizielle URL | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm |
Beschreibung | Google voice search in languages different from your OS and location settings. |
Dateigröße | 396 KB |
Installationsanzahl | 2,735 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-01-16 |
Veröffentlichungsdatum | 2018-11-23 |
Bewertung | 4.21/5 Insgesamt 14 Bewertungen |
Entwickler | https://hoishing.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hoishing/multilingual-voice-search |
Hilfeseite URL | https://github.com/hoishing/multilingual-voice-search/issues |
Unterstützte Sprachen | 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" } } |