Speed Up Scroll

Speed up rendering on page scroll

什麼是Speed Up Scroll?

Speed Up Scroll是由Ruslan Login開發的Chrome擴展程式,該擴展的主要功能是“Speed up rendering on page scroll”。

擴展截圖

screenshot

下載Speed Up Scroll擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}