RSI Site Speedup
Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Qu'est-ce que RSI Site Speedup ?
RSI Site Speedup est une extension Chrome développée par Analogy, et sa fonction principale est "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".
Télécharger le fichier CRX de l'extension RSI Site Speedup
Téléchargez les fichiers d'extension RSI Site Speedup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | blegkldnllogiceopgjknkckdakifldj |
URL Officiel | https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj |
Description | Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,… |
Taille du Fichier | 2.86 KB |
Nombre d'Installations | 111 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-05-11 |
Date de Publication | 2014-05-11 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Analogy |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |