Hot Virtual Keyboard Extension Firefox

Examine source code of Hot Virtual Keyboard Extension

Inspect and view changes in Hot Virtual Keyboard Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "hvkeyboard.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "256": "icon256.png"
  },
  "name": "Hot Virtual Keyboard Extension",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "version": "4.2",
  "author": "Comfort Software Group",
  "manifest_version": 2
}

Best Hot Virtual Keyboard Extension Alternatives

Here are some Firefox add-ons that are similar to Hot Virtual Keyboard Extension: