Speech Recognition for AutoScroll

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

Vad är Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll är en Chrome-tillägg utvecklad av bektayevamadina, och dess huvudfunktion är "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Tilläggsskärmbilder

Ladda ner Speech Recognition for AutoScroll-förlängningens CRX-fil

Ladda ner Speech Recognition for AutoScroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
Officiell webbadress https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Beskrivning Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Filstorlek 85.8 KB
Antal Installationer 244
Aktuell Version 1.0
Senast Uppdaterad 2018-02-06
Publiceringsdatum 2018-02-06
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare bektayevamadina
Betalningssätt free
Stödda Språk 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",
        "*:\/\/*\/*",
        ""
    ]
}