Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

Co to jest Blending Scrollbar?

Blending Scrollbar to rozszerzenie Chrome opracowane przez Egor Riabysh, a jego główną funkcją jest „Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Blending Scrollbar

Pobierz pliki rozszerzeń Blending Scrollbar 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

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
Oficjalny URL https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
Opis Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
Rozmiar pliku 17.34 KB
Liczba instalacji 1,209
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-09-12
Data Publikacji 2020-05-02
Ocena 4.76/5 Łącznie 33 Oceny
Deweloper Egor Riabysh
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}