KeyCODE
A dev tool for keyCode in js
What is KeyCODE?
KeyCODE is a Chrome extension developed by https://cameronsamuels.com, and its main feature is "A dev tool for keyCode in js".
Extension Screenshots
Download KeyCODE Extension CRX File
Download KeyCODE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly find a value for e.keyCode for a keypress in JavaScript (the unicode-ish value)
Extension Basic Information
Name | |
ID | jfjijibbpbljbpoijomiooehamdhbpnn |
Official URL | https://chromewebstore.google.com/detail/keycode/jfjijibbpbljbpoijomiooehamdhbpnn |
Description | A dev tool for keyCode in js |
File Size | 5.47 KB |
Installation Count | 154 |
Current Version | 1.2 |
Last Updated | 2020-12-08 |
Publish Date | 2020-12-08 |
Developer | https://cameronsamuels.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cameronsamuels/keycode |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KeyCODE", "description": "A dev tool for keyCode in js", "version": "1.2", "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "index.html" } } |