Auto TextExpandr Firefox

Examine source code of Auto TextExpandr

Inspect and view changes in Auto TextExpandr source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Text Expander",
  "version": "1.0",
  "description": "Automatically expands text shortcuts into full phrases while typing in input fields or textareas.",
  "permissions": [
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-text-expander@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Auto TextExpandr Alternatives

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