Auto Scroll Down

Customizable auto scroll web pages

ما هو Auto Scroll Down؟

Auto Scroll Down هو إضافة Chrome تم تطويرها بواسطة fernandapg82، والميزة الرئيسية لها هي "Customizable auto scroll web pages".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Scroll Down

قم بتنزيل ملفات الامتداد Auto Scroll Down بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast.                    

معلومات أساسية عن التمديد

الاسم Auto Scroll Down Auto Scroll Down
ID lnagemjinihjlbhmohaaacdflafjdkmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm
الوصف Customizable auto scroll web pages
حجم الملف 8.05 KB
عدد التثبيتات 951
النسخة الحالية 0.0.1
آخر تحديث 2023-05-10
تاريخ النشر 2023-05-09
تقييم 4.00/5 مجموع تقييمات 4
المطور fernandapg82
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FP22FD/auto-scroll-down-chrome-extension
عنوان صفحة المساعدة https://github.com/FP22FD/auto-scroll-down-chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll Down",
    "version": "0.0.1",
    "description": "Customizable auto scroll web pages",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icons\/autoscroll.png",
            "128": "icons\/autoscroll.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    },
    "options_page": "options\/options.html"
}