Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

ما هو Autoscroll؟

Autoscroll هو إضافة Chrome تم تطويرها بواسطة https://mrogalski.eu، والميزة الرئيسية لها هي "Use Ctrl+Up/Down arrows to make pages scroll continously.".

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

screenshot

تحميل ملف CRX للإضافة Autoscroll

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

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

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

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

الاسم Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
الوصف Use Ctrl+Up/Down arrows to make pages scroll continously.
حجم الملف 22.91 KB
عدد التثبيتات 2,108
النسخة الحالية 1.2
آخر تحديث 2013-04-27
تاريخ النشر 2013-04-27
تقييم 3.64/5 مجموع تقييمات 33
المطور https://mrogalski.eu
نوع الدفع free
موقع الإضافة http://mrogalski.eu/
اللغات المدعومة en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}