Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Was ist Grey Scrollbar with buttons?
Grey Scrollbar with buttons ist eine Chrome-Erweiterung, die von chippy entwickelt wurde, und ihr Hauptmerkmal ist "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Erweiterungsscreenshots
Grey Scrollbar with buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grey Scrollbar with buttons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
Offizielle URL | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Beschreibung | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
Dateigröße | 11.05 KB |
Installationsanzahl | 1,126 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2014-04-12 |
Veröffentlichungsdatum | 2014-04-12 |
Bewertung | 4.63/5 Insgesamt 16 Bewertungen |
Entwickler | chippy |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |