Remember Scroll Firefox

Examine source code of Remember Scroll

Inspect and view changes in Remember Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remember Scroll",
  "version": "1.1",
  "description": "Remembers and restores your scroll position.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bf1dbbc5-8421-4308-9705-d3ecbfcb0a83}",
      "strict_min_version": "100.0"
    }
  }
}

Best Remember Scroll Alternatives

Here are some Firefox add-ons that are similar to Remember Scroll: