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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง