Back to Top Plus

Back to Top Plus

Add a back to top button and go to bottom button on every page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.0.0",
  "description": "__MSG_description__",
  "icons": {
    "128": "logo.png"
  },
  "default_locale": "zh_CN",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jq.js",
        "script.js"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}