Voibro

Voibro is a voice browser extension which allows to browse through websites with your voice.

Qu'est-ce que Voibro ?

Voibro est une extension Chrome développée par Duc Ngo Viet, et sa fonction principale est "Voibro is a voice browser extension which allows to browse through websites with your voice.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voibro

Téléchargez les fichiers d'extension Voibro 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

                        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.                    

Informations de Base sur l'Extension

Nom Voibro Voibro
ID kbnkflknldnhjcplkdldmelcbijoogfi
URL Officiel https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi
Description Voibro is a voice browser extension which allows to browse through websites with your voice.
Taille du Fichier 132 KB
Nombre d'Installations 18
Version Actuelle 1.0.5
Dernière Mise à Jour 2014-10-03
Date de Publication 2014-10-03
Évaluation 1.00/5 Total 1 Évaluations
Développeur Duc Ngo Viet
Type de Paiement free
Langues Prises en Charge 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"
    }
}