Voice Search
It is very easy! Just say what you want to find.
O que é Voice Search?
Voice Search é uma extensão do Chrome desenvolvida por andrkremov, e sua principal característica é "It is very easy! Just say what you want to find.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Voice Search
Baixe arquivos de extensão Voice Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Voice Search |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
URL Oficial | https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde |
Descrição | It is very easy! Just say what you want to find. |
Tamanho do Arquivo | 25.55 KB |
Contagem de Instalações | 2,053 |
Versão Atual | 1.0 |
Última Atualização | 2016-02-20 |
Data de Publicação | 2016-02-20 |
Classificação | 3.74/5 Total de 19 Avaliações |
Desenvolvedor | andrkremov |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } |