Google Chrome Extensions: How to detect Copy action (Ctrl-C / Cmd-C / ...)?
- by bjoern
How might I detect that a user has selected and copied some content in the currently active tab in a Google Chrome Extension?
It appears that there are no suitable Events that deal with the Clipboard in chrome.tabs or chrome.windows.
Is there a way to detect such actions through Content Scripts?