Files
webextensions-examples/commands/README.md
T
Mindaugas Jakutis dc4b7fe4ea switch to using Ctrl+Shift+U in commands example
seems to be assigned to download manager (at least on linux)
2016-05-02 13:30:03 +03:00

14 lines
289 B
Markdown

# 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.