I am making a chrome extension where I need to add data to user’s clipboard , so that he/she only needs to press cmd + V / ctrl + V to paste, wherever they want.
Its only about Chrome, no browser compatibility required.
Can I do it with JS ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Chrome used to have this support by default, but security changes to Webkit prevented it, even for extensions. It sounds like it is possible with a workaround though, described here:
http://fartersoft.com/blog/2010/11/20/accessing-operating-system-clipboard-in-chromium-chrome-extensions/