mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 16:22:52 +02:00
dc4b7fe4ea
seems to be assigned to download manager (at least on linux)
14 lines
289 B
Markdown
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.
|