Auto Save Input Firefox

Examine source code of Auto Save Input

By: RR88
Inspect and view changes in Auto Save Input source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Save Input",
  "version": "1.0",
  "description": "Tự động sao lưu văn bản nhập vào các ô nhập liệu trên trang web.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Auto Save Input"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{741d332e-24b4-4104-ad7b-a36274130a96}"
    }
  }
}

Best Auto Save Input Alternatives

Here are some Firefox add-ons that are similar to Auto Save Input: