Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Apa itu Grey Scrollbar with buttons?
Grey Scrollbar with buttons adalah ekstensi Chrome yang dikembangkan oleh chippy, dan fitur utamanya adalah "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Grey Scrollbar with buttons
Unduh file ekstensi Grey Scrollbar with buttons 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
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.
Informasi Dasar Ekstensi
Nama | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
URL Resmi | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Deskripsi | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
Ukuran File | 11.05 KB |
Jumlah Instalasi | 1,126 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2014-04-12 |
Tanggal Publikasi | 2014-04-12 |
Penilaian | 4.63/5 Total 16 Penilaian |
Pengembang | chippy |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |