MemoryScroll Firefox

Examine source code of MemoryScroll

제작자: Anastasios
Inspect and view changes in MemoryScroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MemoryScroll",
  "version": "1.0",
  "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": "{564d870c-ef06-45a8-8cec-1ca00390b401}",
      "strict_min_version": "100.0"
    }
  }
}

최고의 MemoryScroll 대안

다음은 MemoryScroll과(와) 유사한 Firefox add-on입니다: