Simple Black Scrollbar

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

Wat is Simple Black Scrollbar?

Simple Black Scrollbar is een Chrome-extensie ontwikkeld door https://gh640.blogspot.com, en de belangrijkste functie is "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Black Scrollbar

Download Simple Black 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

                        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                    

Basisinformatie over de Extensie

Naam Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
Officiële URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Beschrijving Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
Bestandsgrootte 248 KB
Aantal Installaties 1,145
Huidige Versie 1.0
Laatst Bijgewerkt 2012-12-10
Publicatiedatum 2012-12-09
Beoordeling 4.07/5 Totaal 28 Beoordelingen
Ontwikkelaar https://gh640.blogspot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}