RSI Site Speedup

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

Vad är RSI Site Speedup?

RSI Site Speedup är en Chrome-tillägg utvecklad av Analogy, och dess huvudfunktion är "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Ladda ner RSI Site Speedup-förlängningens CRX-fil

Ladda ner RSI Site Speedup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
Officiell webbadress https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Beskrivning Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Filstorlek 2.86 KB
Antal Installationer 111
Aktuell Version 2.0
Senast Uppdaterad 2014-05-11
Publiceringsdatum 2014-05-11
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Analogy
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}