chrome extension : How to get key events
Not sure if this is still active, but an update might help someone like me who is just now playing around with Chrome extensions. The new commands api allows you to receive the same functionality without using a content script. Use your manifest.json file to register the keyboard commands. For example: … “commands”: { “save” … Read more