Chrome Minimal Scrollbar

Global CSS scrollbar. No JavaScript. All CSS.

Was ist Chrome Minimal Scrollbar?

Chrome Minimal Scrollbar ist eine Chrome-Erweiterung, die von https://downthecrop.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Global CSS scrollbar. No JavaScript. All CSS.".

Erweiterungsscreenshots

screenshot

Chrome Minimal Scrollbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Minimal 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

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

Grundlegende Informationen zur Erweiterung

Name Chrome Minimal Scrollbar Chrome Minimal Scrollbar
ID bcbbhmacggoijgmopaeaaclkemaagdio
Offizielle URL https://chromewebstore.google.com/detail/chrome-minimal-scrollbar/bcbbhmacggoijgmopaeaaclkemaagdio
Beschreibung Global CSS scrollbar. No JavaScript. All CSS.
Dateigröße 4.59 KB
Installationsanzahl 611
Aktuelle Version 1.2
Letztes Update 2023-06-13
Veröffentlichungsdatum 2020-11-30
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://downthecrop.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/downthecrop/chrome-minimal-scrollbar#
Hilfeseite URL https://github.com/downthecrop/chrome-minimal-scrollbar/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}