JS Keycodes
Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.
What is JS Keycodes?
JS Keycodes is a Chrome extension developed by Anthony Nguyen, and its main feature is "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.".
Extension Screenshots
Download JS Keycodes Extension CRX File
Download JS Keycodes 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
JS Keycodes is a simple chrome extension to help JavaScript developers get easy access to those pesky event keycodes. The tool is meant to be a quick reference with intuitive design. Instructions are simple, run the extension, then type in the character you want to see the keycode for.
Extension Basic Information
Name | |
ID | ecbgfaknefciohefioielbfiankklomd |
Official URL | https://chrome.google.com/webstore/detail/ecbgfaknefciohefioielbfiankklomd |
Description | Quick. Easy. Clean. Get access to JavaScript keycodes with this extension. |
File Size | 10.03 KB |
Installation Count | 26 |
Current Version | 1.1 |
Last Updated | 2016-08-16 |
Publish Date | 2016-08-16 |
Developer | Anthony Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Keycodes", "version": "1.1", "description": "Quick. Easy. Clean. Get access to JavaScript keycodes with this extension.", "icons": { "16": "\/res\/js-keycode-icon16.png", "48": "\/res\/js-keycode-icon48.png", "128": "\/res\/js-keycode-icon128.png" }, "browser_action": { "default_icon": "\/res\/js-keycode-icon16.png", "default_popup": "\/view\/index.html" }, "short_name": "js-keycodes", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |