Grey Scrollbar with buttons

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

Cos'è Grey Scrollbar with buttons?

Grey Scrollbar with buttons è un'estensione di Chrome sviluppata da chippy, e la sua funzione principale è "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Grey Scrollbar with buttons

Scarica i file di estensione Grey Scrollbar with buttons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
URL Ufficiale https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Descrizione Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Dimensione del File 11.05 KB
Conteggio Installazioni 1,126
Versione Corrente 0.1.2
Ultimo Aggiornamento 2014-04-12
Data di Pubblicazione 2014-04-12
Valutazione 4.63/5 Totale 16 Valutazioni
Sviluppatore chippy
Tipo di Pagamento free
Lingue Supportate 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"
    }
}