BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

What is BunsenLabs Blue Dark Scrollbars?

BunsenLabs Blue Dark Scrollbars is a Chrome extension developed by nicholasalipaz, and its main feature is "Scrollbars to match the GTK BunsenLabs Blue Dark theme.".

Extension Screenshots

screenshot

Download BunsenLabs Blue Dark Scrollbars Extension CRX File

Download BunsenLabs Blue Dark Scrollbars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

Extension Basic Information

Name BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
Official URL https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
Description Scrollbars to match the GTK BunsenLabs Blue Dark theme.
File Size 6.45 KB
Installation Count 714
Current Version 1.0
Last Updated 2015-04-09
Publish Date 2015-04-09
Rating 3.75/5 Total 12 Ratings
Developer nicholasalipaz
Payment Type free
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}