EasyVoice Search
Voice search using any search engine easily!
ما هو EasyVoice Search؟
EasyVoice Search هو إضافة Chrome تم تطويرها بواسطة https://search.easyvoice.xyz، والميزة الرئيسية لها هي "Voice search using any search engine easily!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyVoice Search
قم بتنزيل ملفات الامتداد EasyVoice Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply press the red microphone icon in the top bar or assign a chrome hotkey and begin speaking! Features Include: • Activate with a single click of a button on every page. • Can be assigned a keyboard shortcut inside Chrome. • Set your preferred search page (Google, Bing, DuckDuckGo, etc). • Use a custom search provider that is not already included by providing a search URL. • Uses no permissions.
معلومات أساسية عن التمديد
الاسم | EasyVoice Search |
ID | ifabnpjjgbggngmgijikmfjkppdhfpgj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj |
الوصف | Voice search using any search engine easily! |
حجم الملف | 576 KB |
عدد التثبيتات | 7,195 |
النسخة الحالية | 4.0.2 |
آخر تحديث | 2021-09-09 |
تاريخ النشر | 2019-03-17 |
تقييم | 4.12/5 مجموع تقييمات 196 |
المطور | https://search.easyvoice.xyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://search.easyvoice.xyz |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "background": { "service_worker": "service_worker.js" }, "commands": { "activate_extension": { "description": "Voice Search" } }, "description": "Voice search using any search engine easily!", "homepage_url": "https:\/\/search.easyvoice.xyz\/", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 3, "name": "EasyVoice Search", "options_page": "options.html", "permissions": [ "storage" ], "short_name": "EasyVoiceSearch", "version": "4.0.2" } |