Voibro

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

Cos'è Voibro?

Voibro è un'estensione di Chrome sviluppata da Duc Ngo Viet, e la sua funzione principale è "Voibro is a voice browser extension which allows to browse through websites with your voice.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Voibro

Scarica i file di estensione Voibro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Voibro Voibro
ID kbnkflknldnhjcplkdldmelcbijoogfi
URL Ufficiale https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi
Descrizione Voibro is a voice browser extension which allows to browse through websites with your voice.
Dimensione del File 132 KB
Conteggio Installazioni 18
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-10-03
Data di Pubblicazione 2014-10-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Duc Ngo Viet
Tipo di Pagamento free
Lingue Supportate 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"
    }
}