RSI Site Speedup
Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
Apa itu RSI Site Speedup?
RSI Site Speedup adalah ekstensi Chrome yang dikembangkan oleh Analogy, dan fitur utamanya adalah "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".
Unduh Berkas CRX Ekstensi RSI Site Speedup
Unduh file ekstensi RSI Site Speedup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | blegkldnllogiceopgjknkckdakifldj |
URL Resmi | https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj |
Deskripsi | Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,… |
Ukuran File | 2.86 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2014-05-11 |
Tanggal Publikasi | 2014-05-11 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Analogy |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |