Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
Vad är Multilingual Voice Search?
Multilingual Voice Search är en Chrome-tillägg utvecklad av https://hoishing.github.io, och dess huvudfunktion är "Google voice search in languages different from your OS and location settings.".
Tilläggsskärmbilder
Ladda ner Multilingual Voice Search-förlängningens CRX-fil
Ladda ner Multilingual Voice Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ecfkiahgkikgihfhkmpggilephnaaidm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm | 
| Beskrivning | Google voice search in languages different from your OS and location settings. | 
| Filstorlek | 396 KB | 
| Antal Installationer | 2,735 | 
| Aktuell Version | 1.2.1 | 
| Senast Uppdaterad | 2023-01-16 | 
| Publiceringsdatum | 2018-11-23 | 
| Betyg | 4.21/5 Totalt 14 Betyg | 
| Utvecklare | https://hoishing.github.io | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/hoishing/multilingual-voice-search | 
| Hjälpsida URL | https://github.com/hoishing/multilingual-voice-search/issues | 
| Stödda Språk | 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"
    }
}  |  |