Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
Multilingual Voice Search क्या है?
Multilingual Voice Search https://hoishing.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google voice search in languages different from your OS and location settings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multilingual Voice Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Multilingual Voice Search |
ID | ecfkiahgkikgihfhkmpggilephnaaidm |
आधिकारिक URL | https://chromewebstore.google.com/detail/multilingual-voice-search/ecfkiahgkikgihfhkmpggilephnaaidm |
विवरण | Google voice search in languages different from your OS and location settings. |
फ़ाइल का आकार | 396 KB |
स्थापना संख्या | 2,735 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2023-01-16 |
प्रकाशन तिथि | 2018-11-23 |
रेटिंग | 4.21/5 कुल 14 रेटिंग्स |
डेवलपर | https://hoishing.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hoishing/multilingual-voice-search |
सहायता पृष्ठ URL | https://github.com/hoishing/multilingual-voice-search/issues |
समर्थित भाषाएँ | 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" } } |