Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

Cos'è Blending Scrollbar?

Blending Scrollbar è un'estensione di Chrome sviluppata da Egor Riabysh, e la sua funzione principale è "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Blending Scrollbar

Scarica i file di estensione Blending 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

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

Informazioni di Base sull'Estensione

Nome Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
URL Ufficiale https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
Descrizione Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
Dimensione del File 17.34 KB
Conteggio Installazioni 1,209
Versione Corrente 0.1
Ultimo Aggiornamento 2020-09-12
Data di Pubblicazione 2020-05-02
Valutazione 4.76/5 Totale 33 Valutazioni
Sviluppatore Egor Riabysh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}