RSI Site Speedup

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

Co to jest RSI Site Speedup?

RSI Site Speedup to rozszerzenie Chrome opracowane przez Analogy, a jego główną funkcją jest „Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…”.

Pobierz plik CRX rozszerzenia RSI Site Speedup

Pobierz pliki rozszerzeń RSI Site Speedup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa RSI Site Speedup RSI Site Speedup
ID blegkldnllogiceopgjknkckdakifldj
Oficjalny URL https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj
Opis Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Rozmiar pliku 2.86 KB
Liczba instalacji 111
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2014-05-11
Data Publikacji 2014-05-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Analogy
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}