Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

Qu'est-ce que Grey Scrollbar with buttons ?

Grey Scrollbar with buttons est une extension Chrome développée par chippy, et sa fonction principale est "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grey Scrollbar with buttons

Téléchargez les fichiers d'extension Grey Scrollbar with buttons 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

                        This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.                    

Informations de Base sur l'Extension

Nom Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
URL Officiel https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Description Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Taille du Fichier 11.05 KB
Nombre d'Installations 1,126
Version Actuelle 0.1.2
Dernière Mise à Jour 2014-04-12
Date de Publication 2014-04-12
Évaluation 4.63/5 Total 16 Évaluations
Développeur chippy
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Scrollbar with buttons",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "version": "0.1.2",
    "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}