RSI Site Speedup
Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…
ما هو RSI Site Speedup؟
RSI Site Speedup هو إضافة Chrome تم تطويرها بواسطة Analogy، والميزة الرئيسية لها هي "Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…".
تحميل ملف CRX للإضافة RSI Site Speedup
قم بتنزيل ملفات الامتداد RSI Site Speedup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | blegkldnllogiceopgjknkckdakifldj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rsi-site-speedup/blegkldnllogiceopgjknkckdakifldj |
الوصف | Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,… |
حجم الملف | 2.86 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 2.0 |
آخر تحديث | 2014-05-11 |
تاريخ النشر | 2014-05-11 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Analogy |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |