Speech Recognition for AutoScroll

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

Co to jest Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll to rozszerzenie Chrome opracowane przez bektayevamadina, a jego główną funkcją jest „Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Speech Recognition for AutoScroll

Pobierz pliki rozszerzeń Speech Recognition for AutoScroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
Oficjalny URL https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Opis Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Rozmiar pliku 85.8 KB
Liczba instalacji 244
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-02-06
Data Publikacji 2018-02-06
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper bektayevamadina
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*",
        ""
    ]
}