Grey Scrollbar with buttons

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

Co to jest Grey Scrollbar with buttons?

Grey Scrollbar with buttons to rozszerzenie Chrome opracowane przez chippy, a jego główną funkcją jest „Widens and darkens the scrollbar and adds back the buttons. Uses css only.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Grey Scrollbar with buttons

Pobierz pliki rozszerzeń Grey Scrollbar with buttons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Oficjalny URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Opis Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Rozmiar pliku 11.05 KB
Liczba instalacji 1,126
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2014-04-12
Data Publikacji 2014-04-12
Ocena 4.63/5 Łącznie 16 Oceny
Deweloper chippy
Typ Płatności free
Obsługiwane Języki 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"
    }
}