Show Key Codes

Show Key Codes

Show keycodes easy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "Show Key Codes"
  },
  "description": "Show keycodes easy",
  "icons": {
    "64": "64.png",
    "128": "128.png",
    "256": "256.png",
    "512": "512.png"
  },
  "manifest_version": 2,
  "name": "Show Key Codes",
  "offline_enabled": true,
  "short_name": "Keyboard Codes by Mr.Professor",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}