Sample chrome.commands extension

This commit is contained in:
Matthew Wein
2016-03-07 15:28:03 -08:00
parent 0964fd1167
commit 3e49113c48

View File

@@ -4,7 +4,9 @@ This extension includes:
* a background script, "background.js"
All it does is: registers a shortcut (Ctrl+Shift+Y) to send an onCommand event (Command+Shift+Y on a Mac).",
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: