BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

Co to jest BunsenLabs Blue Dark Scrollbars?

BunsenLabs Blue Dark Scrollbars to rozszerzenie Chrome opracowane przez nicholasalipaz, a jego główną funkcją jest „Scrollbars to match the GTK BunsenLabs Blue Dark theme.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BunsenLabs Blue Dark Scrollbars

Pobierz pliki rozszerzeń BunsenLabs Blue Dark Scrollbars 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

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

Podstawowe informacje o rozszerzeniu

Nazwa BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
Oficjalny URL https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
Opis Scrollbars to match the GTK BunsenLabs Blue Dark theme.
Rozmiar pliku 6.45 KB
Liczba instalacji 714
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-04-09
Data Publikacji 2015-04-09
Ocena 3.75/5 Łącznie 12 Oceny
Deweloper nicholasalipaz
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}