FormSaver

FormSaver

Save and restore form inputs automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Save and restore form inputs",
  "manifest_version": 2,
  "name": "FormSaver",
  "version": "0.0.2",
  "icons": {
    "48": "icons/icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "formsaver@gee-bee"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "form_saver.js"
      ]
    }
  ]
}