Speech Recognition for AutoScroll

Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.

Speech Recognition for AutoScroll क्या है?

Speech Recognition for AutoScroll bektayevamadina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages."।

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

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

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

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

                        We hope that this Chrome extension will help you to automatically scroll your web pages by using only your voice.

The usage is very very simple. 

Just say:
'Go Up' - to scroll up.
'Go Down' - to scroll down.
'Be Fast' and 'Be Slow' - to adjust speed of scrolling.
'Stop' - to stop scrolling.

Have fun!                    

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

नाम Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
आधिकारिक URL https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
विवरण Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
फ़ाइल का आकार 85.8 KB
स्थापना संख्या 244
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-02-06
प्रकाशन तिथि 2018-02-06
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर bektayevamadina
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speech Recognition for AutoScroll",
    "description": "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.",
    "manifest_version": 2,
    "version": "1.0",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "img\/enabled.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        ""
    ]
}