Remember Scroll Position Firefox

Examine source code of Remember Scroll Position

提供元: Anastasios
Inspect and view changes in Remember Scroll Position source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remember Scroll Position",
  "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": "{6c205112-8630-41c8-8c4b-0d58c003f6e0}",
      "strict_min_version": "100.0"
    }
  }
}

ベストのRemember Scroll Position代替案

Remember Scroll Positionに類似したFirefox add-onをいくつか紹介します: