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