Beautiful Scrollbar

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

Hvad er Beautiful Scrollbar?

Beautiful Scrollbar er en Chrome-udvidelse udviklet af Niels Prins, og dens hovedfunktion er "The easy way to a more minimal, clean and beautiful scrollbar!".

Udvidelsesskærmbilleder

screenshot

Download Beautiful Scrollbar-udvidelses-CRX-fil

Download Beautiful Scrollbar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Officiel URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Beskrivelse The easy way to a more minimal, clean and beautiful scrollbar!
Filstørrelse 243 KB
Antal Installationer 43
Nuværende Version 1.1
Senest Opdateret 2021-10-02
Udgivelsesdato 2021-09-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Niels Prins
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}