SmartFill Firefox

Examine source code of SmartFill

Inspect and view changes in SmartFill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SmartFill",
  "version": "1.3.2",
  "description": "SmartFill helps you complete forms faster by suggesting text based on what you've typed before — across different websites and fields. As you type, it highlights predicted completions directly in the input, saving time and reducing repetition.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smartfill@randomstring123.com",
      "min_version": "136.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

ベストのSmartFill代替案

SmartFillに類似したFirefox add-onをいくつか紹介します: