I am working on google chrome extension and working on a way around for accessing copied content (CTRL + C), but found out Clipboard which has a limited scope of availability only. Is there any possible ways to access via javascript.
Asked
Active
Viewed 14 times
0
-
1You can do it in the background script or browser_action script, see [How to get Clipboard data in Chrome Extension?](https://stackoverflow.com/q/22702446) – wOxxOm Jun 06 '20 at 16:05
-
Thanks man it did work – ujwal dhakal Jun 06 '20 at 16:20