Scrollbar diet

Makes scrollbars thin and orange.

What is Scrollbar diet?

Scrollbar diet is a Chrome extension developed by code42day, and its main feature is "Makes scrollbars thin and orange.".

Extension Screenshots

screenshot

Download Scrollbar diet Extension CRX File

Download Scrollbar diet 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

                        Changes style of the scrollbars to resemble those used by Ubuntu.                    

Extension Basic Information

Name Scrollbar diet Scrollbar diet
ID cacpdhkipimgfbkcdnkimkekjpfimabb
Official URL https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb
Description Makes scrollbars thin and orange.
File Size 17.13 KB
Installation Count 619
Current Version 1.0
Last Updated 2013-08-27
Publish Date 2013-08-27
Rating 4.53/5 Total 15 Ratings
Developer code42day
Payment Type free
Extension Website http://code42day.com
Help Page URL https://github.com/pirxpilot/scrollbar-diet
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollbar diet",
    "description": "Makes scrollbars thin and orange.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "scrollbars.css"
            ]
        }
    ]
}