Scroll Recall Firefox

Examine source code of Scroll Recall

Inspect and view changes in Scroll Recall source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scroll Recall",
  "version": "1.0",
  "description": "Hotkey-based scroll saving and recalling, per URL.",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "scroll-recall@useful-tool.dev"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "save_position": {
      "suggested_key": {
        "default": "Alt+Shift+I"
      },
      "description": "Save current scroll position"
    },
    "recall_position": {
      "suggested_key": {
        "default": "Alt+Shift+O"
      },
      "description": "Recall closest scroll position"
    },
    "delete_position": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Delete closest scroll position"
    }
  }
}

Best Scroll Recall Alternatives

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