Rescroller
Decorate your scrollbars.
Rescrollerคืออะไร?
Rescroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Watkins และคุณลักษณะหลักของมันคือ "Decorate your scrollbars."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rescroller
ดาวน์โหลดไฟล์ส่วนขยาย Rescroller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually. Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
คำอธิบาย | Decorate your scrollbars. |
ขนาดไฟล์ | 320 KB |
จำนวนการติดตั้ง | 42,842 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-08-08 |
วันที่เผยแพร่ | 2016-08-07 |
คะแนน | 4.43/5 รวมทั้งหมด 360 คะแนน |
ผู้พัฒนา | David Watkins |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rescroller", "version": "1.3", "version_name": "1.3", "manifest_version": 2, "description": "Decorate your scrollbars.", "icons": { "16": "appicons\/icon16.png", "19": "appicons\/icon19.png", "48": "appicons\/icon48.png", "128": "appicons\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Rescroller Settings", "default_icon": "appicons\/icon19.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/cssjson.js", "js\/rescroller.js", "js\/background.js" ], "persistant": false }, "permissions": [ " |