ZIG Scroll Bar (Green Wider Version)

ZIG Scroll Bar (Green Wider Version)

Pure CSS3 Green Scrollbar. Simple & Cute! from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk . You may donate ZIG for more versions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ZIG Scroll Bar (Green Wider Version)",
  "version": "0.1",
  "description": "Pure CSS3 Green Scrollbar. Simple & Cute! from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk . You may donate ZIG for more versions",
  "icons": {
    "16": "img/128.png",
    "48": "img/128.png",
    "128": "img/128.png"
  },
  "content_scripts": [
    {
      "css": [
        "ZIG-Scrollbar-Wider.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "homepage_url": "http://sites.google.com/site/zzllrrImager",
  "manifest_version": 2
}