Beautiful Scrollbar

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

Was ist Beautiful Scrollbar?

Beautiful Scrollbar ist eine Chrome-Erweiterung, die von Niels Prins entwickelt wurde, und ihr Hauptmerkmal ist "The easy way to a more minimal, clean and beautiful scrollbar!".

Erweiterungsscreenshots

screenshot

Beautiful Scrollbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Beautiful Scrollbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Offizielle URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Beschreibung The easy way to a more minimal, clean and beautiful scrollbar!
Dateigröße 243 KB
Installationsanzahl 43
Aktuelle Version 1.1
Letztes Update 2021-10-02
Veröffentlichungsdatum 2021-09-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Niels Prins
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}