Hands Free for Chrome

Navigate the web hands free!

Hands Free for Chrome क्या है?

Hands Free for Chrome https://handsfreechrome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate the web hands free!"।

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

screenshot

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

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

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

                        A Chrome extension to browse the web using only your voice, free to download and use.

Voice Control and Dictation for Chrome!

www.handsfreechrome.com

Hands Free can scroll, click things, navigate to webpages, navigate back or forward through your browsing history, enter text into forms, check and uncheck checkboxes, zoom in and out, open and close tabs, refresh the page, control YouTube videos, and more.

-----------

After installing, restart Chrome, then open any webpage and hit Ctrl + Space. Give the input window permission to use your mic. 
Then just say "help".

If you're on a Mac, you'll have to adjust your settings. Go to System Preferences, then to Sound, then to Input. If there's a little checkbox option that says "Use ambient noise reduction," make sure that it's not checked.                    

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

नाम Hands Free for Chrome Hands Free for Chrome
ID ddgmnkioeodkdacpjblmihodjgmebnld
आधिकारिक URL https://chrome.google.com/webstore/detail/hands-free-for-chrome/ddgmnkioeodkdacpjblmihodjgmebnld
विवरण Navigate the web hands free!
फ़ाइल का आकार 124 KB
स्थापना संख्या 561
वर्तमान संस्करण 1.6.3
अंतिम अपडेट 2017-04-26
प्रकाशन तिथि 2017-04-26
रेटिंग 3.55/5 कुल 11 रेटिंग्स
डेवलपर https://handsfreechrome.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.handsfreechrome.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "name": "Hands Free for Chrome",
    "description": "Navigate the web hands free!",
    "version": "1.6.3",
    "background": {
        "scripts": [
            "background-min.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/visibility.js",
                "vendor\/jquery.js",
                "control-min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.handsfreechrome.com\/*"
        ]
    },
    "permissions": [
        "history",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "vendor\/jquery-1.10.2.min.map"
    ]
}