Voice Search
It is very easy! Just say what you want to find.
Qu'est-ce que Voice Search ?
Voice Search est une extension Chrome développée par andrkremov, et sa fonction principale est "It is very easy! Just say what you want to find.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Voice Search
Téléchargez les fichiers d'extension Voice Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Voice Search |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
URL Officiel | https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde |
Description | It is very easy! Just say what you want to find. |
Taille du Fichier | 25.55 KB |
Nombre d'Installations | 2,053 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-02-20 |
Date de Publication | 2016-02-20 |
Évaluation | 3.74/5 Total 19 Évaluations |
Développeur | andrkremov |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |