Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
Wat is Voibro?
Voibro is een Chrome-extensie ontwikkeld door Duc Ngo Viet, en de belangrijkste functie is "Voibro is a voice browser extension which allows to browse through websites with your voice.".
Extensie Screenshots
Download het CRX-bestand van de extensie Voibro
Download Voibro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kbnkflknldnhjcplkdldmelcbijoogfi |
Officiële URL | https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi |
Beschrijving | Voibro is a voice browser extension which allows to browse through websites with your voice. |
Bestandsgrootte | 132 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2014-10-03 |
Publicatiedatum | 2014-10-03 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Duc Ngo Viet |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |