Beautiful Scrollbar

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

Cos'è Beautiful Scrollbar?

Beautiful Scrollbar è un'estensione di Chrome sviluppata da Niels Prins, e la sua funzione principale è "The easy way to a more minimal, clean and beautiful scrollbar!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Beautiful Scrollbar

Scarica i file di estensione Beautiful Scrollbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
URL Ufficiale https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Descrizione The easy way to a more minimal, clean and beautiful scrollbar!
Dimensione del File 243 KB
Conteggio Installazioni 43
Versione Corrente 1.1
Ultimo Aggiornamento 2021-10-02
Data di Pubblicazione 2021-09-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Niels Prins
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}