Beautiful Scrollbar

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

Co je Beautiful Scrollbar?

Beautiful Scrollbar je rozšíření Chrome vyvinuté Niels Prins, a jeho hlavní funkcí je „The easy way to a more minimal, clean and beautiful scrollbar!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Beautiful Scrollbar

Stáhněte si soubory rozšíření Beautiful Scrollbar 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í

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

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

Název Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Oficiální URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Popis The easy way to a more minimal, clean and beautiful scrollbar!
Velikost souboru 243 KB
Počet instalací 43
Aktuální Verze 1.1
Poslední Aktualizace 2021-10-02
Datum Vydání 2021-09-17
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Niels Prins
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}