Chrome Minimal Scrollbar

Global CSS scrollbar. No JavaScript. All CSS.

Wat is Chrome Minimal Scrollbar?

Chrome Minimal Scrollbar is een Chrome-extensie ontwikkeld door https://downthecrop.xyz, en de belangrijkste functie is "Global CSS scrollbar. No JavaScript. All CSS.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome Minimal Scrollbar

Download Chrome Minimal 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

                        Chrome improvement project. Makes the overflow scrollbar on pages consistent and minimal. All CSS. NO JavaScript.                    

Basisinformatie over de Extensie

Naam Chrome Minimal Scrollbar Chrome Minimal Scrollbar
ID bcbbhmacggoijgmopaeaaclkemaagdio
Officiële URL https://chromewebstore.google.com/detail/chrome-minimal-scrollbar/bcbbhmacggoijgmopaeaaclkemaagdio
Beschrijving Global CSS scrollbar. No JavaScript. All CSS.
Bestandsgrootte 4.59 KB
Aantal Installaties 611
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-13
Publicatiedatum 2020-11-30
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://downthecrop.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/downthecrop/chrome-minimal-scrollbar#
Help Pagina-URL https://github.com/downthecrop/chrome-minimal-scrollbar/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Minimal Scrollbar",
    "version": "1.2",
    "description": "Global CSS scrollbar. No JavaScript. All CSS.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scroll.css"
            ]
        }
    ]
}