Files
webextensions-examples/commands
2016-05-02 13:27:54 +03:00
..
2016-05-02 13:27:54 +03:00
2016-03-14 16:23:08 +01:00
2016-03-14 16:23:08 +01:00

commands

This extension includes:

  • a background script, "background.js"

All it does is:

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

It shows:

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