Speech Recognition for AutoScroll

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

O que é Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll é uma extensão do Chrome desenvolvida por bektayevamadina, e sua principal característica é "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Speech Recognition for AutoScroll

Baixe arquivos de extensão Speech Recognition for AutoScroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
URL Oficial https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Descrição Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Tamanho do Arquivo 85.8 KB
Contagem de Instalações 244
Versão Atual 1.0
Última Atualização 2018-02-06
Data de Publicação 2018-02-06
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor bektayevamadina
Tipo de Pagamento free
Idiomas Suportados 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",
        "*:\/\/*\/*",
        ""
    ]
}