onePage

onePage

Tired of sites splitting articles into multiple pages just to generate more hits? Me too!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "onePage",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Tired of sites splitting articles into multiple pages just to generate more hits? Me too!",
  "icons": {
    "128": "icon-128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "author": "Jim Leirvik",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "http://jimleirvik.no",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "aString"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ]
}