Files
webextensions-examples/commands
wbamberg 8d80a6ea74 Merge pull request #57 from minj/commands-CSU
switch to using Ctrl+Shift+U in commands example
2016-05-02 21:18:43 -07:00
..

commands

This extension includes:

  • a background script, "background.js"

All it does is:

  • register a shortcut (Ctrl+Shift+U) to send a command to the extension (Command+Shift+U on a Mac).",

It shows:

  • how to use chrome.commands to register keyboard shortcuts for your extension.