Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Was ist Simple Black Scrollbar?

Simple Black Scrollbar ist eine Chrome-Erweiterung, die von https://gh640.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

Erweiterungsscreenshots

screenshot

Simple Black Scrollbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Black 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 extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

Grundlegende Informationen zur Erweiterung

Name Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
Offizielle URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Beschreibung Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
Dateigröße 248 KB
Installationsanzahl 1,145
Aktuelle Version 1.0
Letztes Update 2012-12-10
Veröffentlichungsdatum 2012-12-09
Bewertung 4.07/5 Insgesamt 28 Bewertungen
Entwickler https://gh640.blogspot.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}