Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
O que é Voibro?
Voibro é uma extensão do Chrome desenvolvida por Duc Ngo Viet, e sua principal característica é "Voibro is a voice browser extension which allows to browse through websites with your voice.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Voibro
Baixe arquivos de extensão Voibro 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
After installation you can activate voibro by pressing the keys 'v' and 'b' simultaneously. Consider visiting the following tutorial to learn the commands of voibro: https://dl.dropboxusercontent.com/u/14100215/tutorial-en.html Hint: To use voibro the permission to use the microphone has to be granted. Sites hosted over HTTPS need that permission only once.
Informações Básicas da Extensão
Nome | |
ID | kbnkflknldnhjcplkdldmelcbijoogfi |
URL Oficial | https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi |
Descrição | Voibro is a voice browser extension which allows to browse through websites with your voice. |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-10-03 |
Data de Publicação | 2014-10-03 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Duc Ngo Viet |
Tipo de Pagamento | free |
Idiomas Suportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "de", "version": "1.0.5", "author": "Duc Ngo Viet", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "distribution\/jquery.js", "distribution\/main.js" ], "css": [ "distribution\/style.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "media\/*.png" ], "icons": { "64": "media\/voibro-logo-64.png", "128": "media\/voibro-logo-128.png" } } |