keyboard-key-bind-element Firefox

Examine source code of keyboard-key-bind-element

Inspect and view changes in keyboard-key-bind-element source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "keyboard keys to element click",
  "description": "eg: press Enter key trigger thumbup button",
  "version": "2026.5.30.1",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "bind-keyboard-keys-to-element-click-event-addon@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "scripting",
    "storage"
  ],
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "48": "icons/48.png"
    },
    "show_matches": [
      "<all_urls>"
    ],
    "hide_matches": [
      "*://*.mozilla.org/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Mejores alternativas keyboard-key-bind-element

Aquí hay algunas Firefox add-ons que son similares a keyboard-key-bind-element: