Google Chrome Extensions: How to detect Copy action (Ctrl-C and Edit-Copy)?

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/25 23:01 UTC
Read the original article Hit count: 177

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

Related posts about copy-paste