Pen Is Scrollbar

Turn your browser’s scrollbar (or a friend’s) into a nice, minimal pen.

What is Pen Is Scrollbar?

Pen Is Scrollbar is a Chrome extension developed by Brock Kenzler, and its main feature is "Turn your browser’s scrollbar (or a friend’s) into a nice, minimal pen.".

Extension Screenshots

screenshot

Download Pen Is Scrollbar Extension CRX File

Download Pen Is Scrollbar 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

                                            

Extension Basic Information

Name Pen Is Scrollbar Pen Is Scrollbar
ID dpginccfallnbbfigkcdcbpaeohmgjce
Official URL https://chrome.google.com/webstore/detail/pen-is-scrollbar/dpginccfallnbbfigkcdcbpaeohmgjce
Description Turn your browser’s scrollbar (or a friend’s) into a nice, minimal pen.
File Size 3.21 KB
Installation Count 107
Current Version 0.1.3
Last Updated 2014-11-09
Publish Date 2014-11-07
Rating 3.50/5 Total 12 Ratings
Developer Brock Kenzler
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pen Is Scrollbar",
    "manifest_version": 2,
    "version": "0.1.3",
    "description": "Turn your browser\u2019s scrollbar (or a friend\u2019s) into a nice, minimal pen.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scrollbar.css"
            ]
        }
    ]
}