Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
What is Grey Scrollbar with buttons?
Grey Scrollbar with buttons is a Chrome extension developed by chippy, and its main feature is "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Extension Screenshots
Download Grey Scrollbar with buttons Extension CRX File
Download Grey Scrollbar with buttons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
Official URL | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Description | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
File Size | 11.05 KB |
Installation Count | 1,126 |
Current Version | 0.1.2 |
Last Updated | 2014-04-12 |
Publish Date | 2014-04-12 |
Rating | 4.63/5 Total 16 Ratings |
Developer | chippy |
Payment Type | free |
Supported Languages | 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" } } |