Google Chrome Extensions: How to detect Copy action (Ctrl-C / Cmd-C / ...)?

Posted by bjoern on Stack Overflow See other posts from Stack Overflow or by bjoern
Published on 2010-05-20T00:42:40Z Indexed on 2010/05/20 0:50 UTC
Read the original article Hit count: 228

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?

© Stack Overflow or respective owner

Related posts about google-chrome-extension

Related posts about google-chrome