Activate extension via short cut key
问题 Is it possible to open/initiate a google chrome extension via a short cut key. For example I would like to assign a short cut of, lets say, CTRL + E to open my extension and initiate it. Has anyone done this before? 回答1: UPDATE (5/24/2013): You can use the new chrome.commands API, which provides built-in framework support for keyboard commands. Original answer follows: Step 1: Use a content script to bind a keypress listener to every page. // in the content script, listen for Crtl+Shift+E