Beautiful Scrollbar

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

Wat is Beautiful Scrollbar?

Beautiful Scrollbar is een Chrome-extensie ontwikkeld door Niels Prins, en de belangrijkste functie is "The easy way to a more minimal, clean and beautiful scrollbar!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Beautiful Scrollbar

Download Beautiful Scrollbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Officiële URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Beschrijving The easy way to a more minimal, clean and beautiful scrollbar!
Bestandsgrootte 243 KB
Aantal Installaties 43
Huidige Versie 1.1
Laatst Bijgewerkt 2021-10-02
Publicatiedatum 2021-09-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Niels Prins
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}