Voibro

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

Was ist Voibro?

Voibro ist eine Chrome-Erweiterung, die von Duc Ngo Viet entwickelt wurde, und ihr Hauptmerkmal ist "Voibro is a voice browser extension which allows to browse through websites with your voice.".

Erweiterungsscreenshots

screenshot

Voibro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voibro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Voibro Voibro
ID kbnkflknldnhjcplkdldmelcbijoogfi
Offizielle URL https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi
Beschreibung Voibro is a voice browser extension which allows to browse through websites with your voice.
Dateigröße 132 KB
Installationsanzahl 18
Aktuelle Version 1.0.5
Letztes Update 2014-10-03
Veröffentlichungsdatum 2014-10-03
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Duc Ngo Viet
Zahlungsart free
Unterstützte Sprachen 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"
    }
}