EK Form Firefox

Examine source code of EK Form

Inspect and view changes in EK Form source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EK Form",
  "version": "1.2",
  "description": "Copy and Paste form fields all at once.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f368fe7-90a3-4e0d-8fa4-07495fe55a08}"
    }
  }
}

Best EK Form Alternatives

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