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
官方網址 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",
        "*:\/\/*\/*",
        ""
    ]
}