Browser extension that lets you bind a hotkey to any button on any site
⚠️ The extension is currently in early development. Expect new features - scroll, input and browser actions (e.g. new tab) on key press
Download bind-chrome.zip archive and extract it
Go to chrome://extensions page and enable the developer mode. Then, press the "Load unpacked" button and choose the extracted folder
🍁 Install from Firefox Add-ons
-
Install bun
-
Install deps
bun i
-
Build the extension with manifest v2 or v3
BIND_MANIFEST_VERSION=v2 BIND_MODE=production bun run build
After steps above, you will have an unpacked extension in a dist directory. You can load it or pack it in a CRX file in the browser
