Speech Recognition for AutoScroll

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

Speech Recognition for AutoScroll là gì?

Speech Recognition for AutoScroll là một tiện ích mở rộng Chrome được phát triển bởi bektayevamadina, và tính năng chính của nó là "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Speech Recognition for AutoScroll

Tải xuống các tệp mở rộng Speech Recognition for AutoScroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speech Recognition for AutoScroll Speech Recognition for AutoScroll
ID jidbhlmffnlfikblembnphamjkjnjenl
URL Chính Thức https://chrome.google.com/webstore/detail/speech-recognition-for-au/jidbhlmffnlfikblembnphamjkjnjenl
Mô tả Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
Kích Thước Tệp 85.8 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-02-06
Ngày Phát Hành 2018-02-06
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển bektayevamadina
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/*",
        ""
    ]
}