Subtle Scrollbars

Subtle Scrollbars

Semi-thin scrollbars, styled to blend background with page contents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "css/scrollbars.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Semi-thin scrollbars, styled to blend background with page contents",
  "homepage_url": "http://honoredsoft.com.com/",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "Subtle Scrollbars",
  "short_name": "Subtle Bars",
  "version": "0.1"
}