Speech Recognition for AutoScroll

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

什么是Speech Recognition for AutoScroll?

Speech Recognition for AutoScroll是由bektayevamadina开发的Chrome扩展程序,该扩展的主要功能是“Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.”。

扩展截图

下载Speech Recognition for AutoScroll扩展crx文件

下载Speech Recognition for AutoScroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
官方URL https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
简介 Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
文件大小 85.8 KB
安装次数 244
当前版本 1.0
更新时间 2018-02-06
上架时间 2018-02-06
评分 3.00/5 共3次评分
开发者 bektayevamadina
付费类型 free
支持的语言 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",
        "*:\/\/*\/*",
        ""
    ]
}