By: vacantthinker Add-on
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"
]
}
]
} Best keyboard-key-bind-element Alternatives
Here are some Firefox add-ons that are similar to keyboard-key-bind-element:
keyboard keys to element click
vacantthinker
Key to Click
zvakanaka
ButtonBinder
JBLDSKY
KeyBinder
Sarah Gonzalez
Shortkeys-Custom Shortcuts
ASN
Custom Key Bindings
Cuauhtemoc
Keyboard Event
Gea-Suan Lin
Keyboard Warrior
torunar
Easy Clicker
mdawe26
Key Bindings Viewer
Jubair Islam
Kahoot-Keys
Techniko
Custom Hotkey Binds
bowns