Speech Recognition for AutoScroll

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

Cos'è Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll è un'estensione di Chrome sviluppata da bektayevamadina, e la sua funzione principale è "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Speech Recognition for AutoScroll

Scarica i file di estensione Speech Recognition for AutoScroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
URL Ufficiale https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Descrizione Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Dimensione del File 85.8 KB
Conteggio Installazioni 244
Versione Corrente 1.0
Ultimo Aggiornamento 2018-02-06
Data di Pubblicazione 2018-02-06
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore bektayevamadina
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*",
        ""
    ]
}