Voibro

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

Voibro क्या है?

Voibro Duc Ngo Viet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voibro is a voice browser extension which allows to browse through websites with your voice."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voibro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Voibro Voibro
ID kbnkflknldnhjcplkdldmelcbijoogfi
आधिकारिक URL https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi
विवरण Voibro is a voice browser extension which allows to browse through websites with your voice.
फ़ाइल का आकार 132 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2014-10-03
प्रकाशन तिथि 2014-10-03
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Duc Ngo Viet
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}