mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
289 B
289 B
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.