RSI Site Speedup
Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Co je RSI Site Speedup?
RSI Site Speedup je rozšíření Chrome vyvinuté Analogy, a jeho hlavní funkcí je „Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…“.
Stáhnout soubor CRX rozšíření RSI Site Speedup
Stáhněte si soubory rozšíření RSI Site Speedup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | blegkldnllogiceopgjknkckdakifldj |
Oficiální URL | https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj |
Popis | Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,… |
Velikost souboru | 2.86 KB |
Počet instalací | 111 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2014-05-11 |
Datum Vydání | 2014-05-11 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | Analogy |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |