Speech Recognition for AutoScroll

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

Speech Recognition for AutoScrollคืออะไร?

Speech Recognition for AutoScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bektayevamadina และคุณลักษณะหลักของมันคือ "Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speech Recognition for AutoScroll

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/*",
        ""
    ]
}