Multilingual Voice Search
Google voice search in languages different from your OS and location settings.
ما هو Multilingual Voice Search؟
Multilingual Voice Search هو إضافة Chrome تم تطويرها بواسطة https://hoishing.github.io، والميزة الرئيسية لها هي "Google voice search in languages different from your OS and location settings.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multilingual Voice Search
قم بتنزيل ملفات الامتداد Multilingual Voice Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |