Grey Scrollbar with buttons

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

Co je Grey Scrollbar with buttons?

Grey Scrollbar with buttons je rozšíření Chrome vyvinuté chippy, a jeho hlavní funkcí je „Widens and darkens the scrollbar and adds back the buttons. Uses css only.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Grey Scrollbar with buttons

Stáhněte si soubory rozšíření Grey Scrollbar with buttons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Oficiální URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Popis Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Velikost souboru 11.05 KB
Počet instalací 1,126
Aktuální Verze 0.1.2
Poslední Aktualizace 2014-04-12
Datum Vydání 2014-04-12
Hodnocení 4.63/5 Celkem 16 Hodnocení
Vývojář chippy
Typ Platby free
Podporované Jazyky 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"
    }
}