RSI Site Speedup

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

RSI Site Speedup là gì?

RSI Site Speedup là một tiện ích mở rộng Chrome được phát triển bởi Analogy, và tính năng chính của nó là "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Tải xuống tệp CRX của tiện ích mở rộng RSI Site Speedup

Tải xuống các tệp mở rộng RSI Site Speedup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
URL Chính Thức https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Mô tả Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Kích Thước Tệp 2.86 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-05-11
Ngày Phát Hành 2014-05-11
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Analogy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}