Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Co to jest Beautiful Scrollbar?

Beautiful Scrollbar to rozszerzenie Chrome opracowane przez Niels Prins, a jego główną funkcją jest „The easy way to a more minimal, clean and beautiful scrollbar!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Beautiful Scrollbar

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

                        An easy way to give your browser a better look and feel                    

Podstawowe informacje o rozszerzeniu

Nazwa Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Oficjalny URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Opis The easy way to a more minimal, clean and beautiful scrollbar!
Rozmiar pliku 243 KB
Liczba instalacji 43
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-10-02
Data Publikacji 2021-09-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Niels Prins
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}