How can I assign shortcuts that activate the different installed Chrome Extensions? How can I assign shortcuts that activate the different installed Chrome Extensions? google-chrome google-chrome

How can I assign shortcuts that activate the different installed Chrome Extensions?


There's a way to do this in chrome://extensions if you go to the bottom of the page and find "Configure commands" link.


I also am wondering about how to do this, and here is the possible solution suggested by Misha Kupriyanov:

https://plus.google.com/u/0/108214193841489989707/posts/2YBaEqRsCPw

You can take the Quick Disable Chrome extension by +Paul Kinlan (you can find the source on github)

It uses the chrome.management API http://code.google.com/chrome/extensions/management.html

and now you can write your own pageAction extension ;) = include on each page your JavaScript for catching keyboard events and triggering enable/disable events via chrome.management API

Also check out the Vimium (also open source) by Ilya Sukhar (i am not sure its his account)


Try Autohot, it's a free tool that makes it easy to automate that kind of things, easiest would be:

  1. wait for your "keyboard shortcut" to be fired
  2. check that google chrome is the active window
  3. click on the fixed mouse coordinate to activate the extension