RSI Site Speedup

Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…

RSI Site Speedupとは何ですか?

RSI Site SpeedupはAnalogyによって開発されたChromeの拡張機能で、その主な機能は「Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…」です。

RSI Site Speedup拡張機能のCRXファイルをダウンロード

RSI Site Speedup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow.  However, this is largely only because its devs neglected certain simple rendering optimizations.

This extension makes those optimizations behind the scenes, while not affecting the look or functionality of the site.  It just improves rendering and scrolling performance.

This extension does not affect other sites or Chrome's universal behaviors at all.                    

拡張機能の基本情報

名前 RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
公式URL https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
説明 Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
ファイルサイズ 2.86 KB
インストール数 111
現在のバージョン 2.0
最終更新日 2014-05-11
公開日 2014-05-11
評価 5.00/5 合計 6 レビュー
開発者 Analogy
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSI Site Speedup",
    "description": "",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.robertsspaceindustries.com\/*",
                "https:\/\/*.robertsspaceindustries.com\/*"
            ],
            "js": [
                "rsispeedup.js"
            ]
        }
    ]
}