Scroll Memory Firefox

Examine source code of Scroll Memory

Inspect and view changes in Scroll Memory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Memory",
  "version": "1.0",
  "description": "Remembers and restores your scroll position on websites.",
  "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": "{1e29baef-846a-4733-8a2a-bb1def8aef15}",
      "strict_min_version": "100.0"
    }
  }
}

Best Scroll Memory Alternatives

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