Speech Recognition for AutoScroll

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

What is Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll is a Chrome extension developed by bektayevamadina, and its main feature is "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Extension Screenshots

Download Speech Recognition for AutoScroll Extension CRX File

Download Speech Recognition for AutoScroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
Official URL https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Description Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
File Size 85.8 KB
Installation Count 244
Current Version 1.0
Last Updated 2018-02-06
Publish Date 2018-02-06
Rating 3.00/5 Total 3 Ratings
Developer bektayevamadina
Payment Type free
Supported Languages 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",
        "*:\/\/*\/*",
        ""
    ]
}