Scroller

Scroller

Scrolls to the bottom of web pages that load their content dynamically with AJAX.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scroller",
  "short_name": "Scroller",
  "version": "0.3",
  "author": "Nirodha Software",
  "homepage_url": "http://www.nirodhasoftware.com/scroller",
  "description": "Scrolls to the bottom of web pages that load their content dynamically with AJAX.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Scroller",
    "default_icon": "arrow.png"
  },
  "permissions": [
    "background",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}