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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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