Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

Wat is Grey Scrollbar with buttons?

Grey Scrollbar with buttons is een Chrome-extensie ontwikkeld door chippy, en de belangrijkste functie is "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Grey Scrollbar with buttons

Download Grey Scrollbar with buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Officiële URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Beschrijving Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Bestandsgrootte 11.05 KB
Aantal Installaties 1,126
Huidige Versie 0.1.2
Laatst Bijgewerkt 2014-04-12
Publicatiedatum 2014-04-12
Beoordeling 4.63/5 Totaal 16 Beoordelingen
Ontwikkelaar chippy
Betalingswijze free
Ondersteunde Talen 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"
    }
}