Simple Black Scrollbar

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

Qu'est-ce que Simple Black Scrollbar ?

Simple Black Scrollbar est une extension Chrome développée par https://gh640.blogspot.com, et sa fonction principale est "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Black Scrollbar

Téléchargez les fichiers d'extension Simple Black Scrollbar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
URL Officiel https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Description Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
Taille du Fichier 248 KB
Nombre d'Installations 1,145
Version Actuelle 1.0
Dernière Mise à Jour 2012-12-10
Date de Publication 2012-12-09
Évaluation 4.07/5 Total 28 Évaluations
Développeur https://gh640.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}