Form Saver Firefox

Examine source code of Form Saver

Inspect and view changes in Form Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Saver",
  "version": "1.0",
  "description": "Save and restore form data on webpages",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{138c56ab-4f3e-4d72-86bc-3eda127a4fa1}",
      "strict_min_version": "116.0"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Form Saver",
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Melhores alternativas Form Saver

Aqui estão algumas Firefox add-ons que são similares a Form Saver: