NextPage

NextPage

Go next page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NextPage",
  "version": "1.0",
  "description": "Go next page",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistant": false
  },
  "browser_action": {},
  "icons": {
    "16": "./image/icon16.png",
    "48": "./image/icon48.png",
    "128": "./image/icon128.png"
  }
}