EZ KeyCode icon

EZ KeyCode

Extension Actions

CRX ID
bfgoacblngcjklcmdlniiocjnokngmaa
Description from extension meta

Get the info of a pressed key

Image from store
EZ KeyCode
Description from store

Minimal chrome extension to find out keycode information.

I made this extension because I'm forgetful and never quite remember the syntax for keypress and keydown events. Its very minimal so what you see is what you get.

How to use:

1. Click on the extension icon
2. Press any key

This extension will not work on all possible keys that may be available to users but it should encompass the most commonly used keys.

How's it's made:

The extension simply entails a popup document that has event listeners on its DOM elements. The DOM will listens for "keydown" events and update the text of the elements based on the key pressed.