FormAssistant - Save & Restore Firefox

Examine source code of FormAssistant - Save & Restore

Inspect and view changes in FormAssistant - Save & Restore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "js": [
        "javascripts/browser-polyfill.min.js",
        "javascripts/jquery-3.3.1.min.js",
        "javascripts/deserialize.js",
        "javascripts/content_script.js",
        "javascripts/mousetrap.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "name": "FormAssistant - Save & Restore",
  "version": "1.3.0",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "description": "This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.",
  "browser_action": {
    "default_icon": "images/48.png",
    "default_title": "FormAssistant - Save & Restore",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "manifest_version": 2
}

Best FormAssistant - Save & Restore Alternatives

Here are some Firefox add-ons that are similar to FormAssistant - Save & Restore: