Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Grey Scrollbar with buttonsคืออะไร?
Grey Scrollbar with buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chippy และคุณลักษณะหลักของมันคือ "Widens and darkens the scrollbar and adds back the buttons. Uses css only."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grey Scrollbar with buttons
ดาวน์โหลดไฟล์ส่วนขยาย Grey Scrollbar with buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
คำอธิบาย | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
ขนาดไฟล์ | 11.05 KB |
จำนวนการติดตั้ง | 1,126 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2014-04-12 |
วันที่เผยแพร่ | 2014-04-12 |
คะแนน | 4.63/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | chippy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Scrollbar with buttons", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "custom.css" ] } ], "version": "0.1.2", "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" } } |