Grey Scrollbar with buttons

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

Hvad er Grey Scrollbar with buttons?

Grey Scrollbar with buttons er en Chrome-udvidelse udviklet af chippy, og dens hovedfunktion er "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Udvidelsesskærmbilleder

screenshot

Download Grey Scrollbar with buttons-udvidelses-CRX-fil

Download Grey Scrollbar with buttons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Officiel URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Beskrivelse Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Filstørrelse 11.05 KB
Antal Installationer 1,126
Nuværende Version 0.1.2
Senest Opdateret 2014-04-12
Udgivelsesdato 2014-04-12
Bedømmelse 4.63/5 Samlet 16 Bedømmelser
Udvikler chippy
Betalingsmetode free
Understøttede Sprog 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"
    }
}