Speech Recognition for AutoScroll

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

Qu'est-ce que Speech Recognition for AutoScroll ?

Speech Recognition for AutoScroll est une extension Chrome développée par bektayevamadina, et sa fonction principale est "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Speech Recognition for AutoScroll

Téléchargez les fichiers d'extension Speech Recognition for AutoScroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
URL Officiel https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Description Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Taille du Fichier 85.8 KB
Nombre d'Installations 244
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-06
Date de Publication 2018-02-06
Évaluation 3.00/5 Total 3 Évaluations
Développeur bektayevamadina
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*",
        ""
    ]
}