Fancy Scrollbars

Give Google Chrome fancy scrollbars!

What is Fancy Scrollbars?

Fancy Scrollbars is a Chrome extension developed by Ambrose Chua (Legacy), and its main feature is "Give Google Chrome fancy scrollbars!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fancy Scrollbars Extension CRX File

Download Fancy 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

                        Give Google Chrome fancier scrollbars that overwrite the native ones.                    

Extension Basic Information

Name Fancy Scrollbars Fancy Scrollbars
ID geanglipdfaclincpjddaoenfodldgnl
Official URL https://chromewebstore.google.com/detail/fancy-scrollbars/geanglipdfaclincpjddaoenfodldgnl
Description Give Google Chrome fancy scrollbars!
File Size 7.14 KB
Installation Count 59
Current Version 0.1.3
Last Updated 2014-03-29
Publish Date 2014-03-29
Rating 2.80/5 Total 5 Ratings
Developer Ambrose Chua (Legacy)
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fancy Scrollbars",
    "description": "Give Google Chrome fancy scrollbars! ",
    "version": "0.1.3",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}