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