Scroller

View or hide a page's scrollbars.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Scroller",
  "description": "View or hide the scrollbars.",
  "version": "0.0.1",
  "icons": {
    "16": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "overflow"
  },
  "permissions": [
    "activeTab"
  ]
}