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