Simple Form Fill Firefox

Examine source code of Simple Form Fill

Inspect and view changes in Simple Form Fill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "simpleformfill@sblask",
      "strict_min_version": "57.0"
    }
  },
  "author": "Sebastian Blask",
  "background": {
    "scripts": [
      "util.js",
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icon.svg",
    "default_popup": "options/options.html",
    "default_title": "Simple Form Fill"
  },
  "description": "Enter text into input fields by choosing items from the context menu or using the optional autocomplete.",
  "homepage_url": "https://github.com/sblask/webextension-simple-form-fill",
  "icons": {
    "48": "icon.svg"
  },
  "manifest_version": 2,
  "name": "Simple Form Fill",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "version": "2.2.1"
}

Best Simple Form Fill Alternatives

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