Grey Scrollbar with buttons

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

Vad är Grey Scrollbar with buttons?

Grey Scrollbar with buttons är en Chrome-tillägg utvecklad av chippy, och dess huvudfunktion är "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Tilläggsskärmbilder

screenshot

Ladda ner Grey Scrollbar with buttons-förlängningens CRX-fil

Ladda ner Grey Scrollbar with buttons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Officiell webbadress https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Beskrivning Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Filstorlek 11.05 KB
Antal Installationer 1,126
Aktuell Version 0.1.2
Senast Uppdaterad 2014-04-12
Publiceringsdatum 2014-04-12
Betyg 4.63/5 Totalt 16 Betyg
Utvecklare chippy
Betalningssätt free
Stödda Språk 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"
    }
}