Text Inserter Firefox

Examine source code of Text Inserter

Inspect and view changes in Text Inserter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Inserter",
  "version": "1.0",
  "description": "Inserts text into any text field at the click of a button.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb064397-df3d-40f4-89d9-ffff8cbfcd92}"
    }
  }
}

Best Text Inserter Alternatives

Here are some Firefox add-ons that are similar to Text Inserter: