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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Analogy และคุณลักษณะหลักของมันคือ "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSI Site Speedup

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}