RSI Site Speedup
Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
O que é RSI Site Speedup?
RSI Site Speedup é uma extensão do Chrome desenvolvida por Analogy, e sua principal característica é "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".
Baixar o arquivo CRX da Extensão RSI Site Speedup
Baixe arquivos de extensão RSI Site Speedup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | blegkldnllogiceopgjknkckdakifldj |
URL Oficial | https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj |
Descrição | Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,… |
Tamanho do Arquivo | 2.86 KB |
Contagem de Instalações | 111 |
Versão Atual | 2.0 |
Última Atualização | 2014-05-11 |
Data de Publicação | 2014-05-11 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Analogy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |