Top or last scroll Firefox

Examine source code of Top or last scroll

Inspect and view changes in Top or last scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Top or last scroll",
  "short_name": "TopLastScrl",
  "version": "1.0.1",
  "author": "baterflyrity",
  "description": "Extension for Firefox that adds button at the end of an address bar. Click this button to scroll page to top and click again to scroll back.",
  "icons": {
    "32": "icons/icon-black-32.png",
    "256": "icons/icon-black-256.png"
  },
  "homepage_url": "https://github.com/baterflyrity/Top-or-last-scroll",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/icon-gray-32.png",
    "default_title": "Scroll top/back",
    "show_matches": [
      "<all_urls>"
    ]
  }
}

Best Top or last scroll Alternatives

Here are some Firefox add-ons that are similar to Top or last scroll: