Access to clipboard for Chrome extension using JavaScript -


i writing chrome extension. every time user copies something, extension should capture copied text. read access clipboard security concern. there clipboardread , clipboardwrite permission according https://developer.chrome.com/extensions/declare_permissions

is possible in way?

it says in link posted permission used document.execcommand('paste'), write function monitor changes in clipboard, , more when find modified since last check.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -