Voice Search
It is very easy! Just say what you want to find.
ما هو Voice Search؟
Voice Search هو إضافة Chrome تم تطويرها بواسطة andrkremov، والميزة الرئيسية لها هي "It is very easy! Just say what you want to find.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voice Search
قم بتنزيل ملفات الامتداد Voice Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Maximum comfort and minimalism. No extra settings. Click the microphone icon and speak. The keyboard is no longer needed! Advantage: - One-Click Search - Simple interface - Super-fast operation - Advanced voice recognition technology Just try it and you will like it! P.S: If you have questions or want to add your language - write.
معلومات أساسية عن التمديد
الاسم | Voice Search |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde |
الوصف | It is very easy! Just say what you want to find. |
حجم الملف | 25.55 KB |
عدد التثبيتات | 2,053 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-02-20 |
تاريخ النشر | 2016-02-20 |
تقييم | 3.74/5 مجموع تقييمات 19 |
المطور | andrkremov |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Search", "version": "1.0", "manifest_version": 2, "description": "It is very easy! Just say what you want to find.", "minimum_chrome_version": "20", "background": { "scripts": [ "js\/core.js", "js\/background.js" ] }, "browser_action": { "default_title": "Voice Search", "default_icon": "icons\/icon_16.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [], "permissions": [ "*:\/\/*\/*" ] } |