Speed Up Scroll

Speed up rendering on page scroll

ما هو Speed Up Scroll؟

Speed Up Scroll هو إضافة Chrome تم تطويرها بواسطة Ruslan Login، والميزة الرئيسية لها هي "Speed up rendering on page scroll".

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

screenshot

تحميل ملف CRX للإضافة Speed Up Scroll

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

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

                        Speed up rendering in webkit-based browsers on page scroll. Sometimes onscroll FPS is very low. This script try to increase FPS by disabling some unnecessary css properties when scroll starts and enable them back when scroll ends.                    

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

الاسم Speed Up Scroll Speed Up Scroll
ID mcfebbgfpoefbdhkcpjnbiaifafkadpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/speed-up-scroll/mcfebbgfpoefbdhkcpjnbiaifafkadpk
الوصف Speed up rendering on page scroll
حجم الملف 28.06 KB
عدد التثبيتات 264
النسخة الحالية 1.0
آخر تحديث 2013-12-02
تاريخ النشر 2013-12-02
تقييم 3.33/5 مجموع تقييمات 6
المطور Ruslan Login
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Up Scroll",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Speed up rendering on page scroll",
    "author": "Ruslan Login",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "user.js"
            ],
            "css": [
                "user.css"
            ]
        }
    ]
}