Key number: Get the key code for Javascript

Key number: Get the key code for Javascript

Convenient tool to know and copy easily the key number used in javascript

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Key number: Get the key code for Javascript",
  "version": "1.1",
  "description": "Convenient tool to know and copy easily the key number used in javascript",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/key_number_16.png"
  },
  "icons": {
    "16": "images/key_number_16.png",
    "128": "images/key_number_128.png"
  },
  "manifest_version": 2
}