Test Text Generator Firefox

Examine source code of Test Text Generator

Inspect and view changes in Test Text Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Test Text Generator",
  "version": "0.0.2resigned1",
  "manifest_version": 2,
  "description": "Insert test texts like Lorem Ipsum into any text input when you right click on it",
  "icons": {
    "512": "icons/icon512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42f52ce9-9899-4795-ab53-b8594436fef7}"
    }
  }
}

Best Test Text Generator Alternatives

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