Form Autofiller Firefox

Examine source code of Form Autofiller

Inspect and view changes in Form Autofiller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Autofiller",
  "version": "1.0",
  "description": "Save and autofill form templates quickly.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Autofill Form"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d4a2910-7855-4bb2-9226-41bebf15d22b}"
    }
  }
}

Best Form Autofiller Alternatives

Here are some Firefox add-ons that are similar to Form Autofiller: