Keyboard Event Firefox

Examine source code of Keyboard Event

Inspect and view changes in Keyboard Event source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": "src/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "src/content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "description": "Customize keys to trigger HTML DOM events",
  "manifest_version": 3,
  "name": "Keyboard Event",
  "options_page": "src/options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{514549dd-7037-4f60-903f-a7b451cb8a61}"
    }
  },
  "permissions": [
    "storage"
  ],
  "version": "0.2025.615.0"
}

Best Keyboard Event Alternatives

Here are some Firefox add-ons that are similar to Keyboard Event: