RSI Site Speedup

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

Cos'è RSI Site Speedup?

RSI Site Speedup è un'estensione di Chrome sviluppata da Analogy, e la sua funzione principale è "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".

Scarica il file CRX dell'estensione RSI Site Speedup

Scarica i file di estensione RSI Site Speedup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
URL Ufficiale https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Descrizione Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Dimensione del File 2.86 KB
Conteggio Installazioni 111
Versione Corrente 2.0
Ultimo Aggiornamento 2014-05-11
Data di Pubblicazione 2014-05-11
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Analogy
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}