V
V
vanokua2014-05-17 17:41:42
JavaScript
vanokua, 2014-05-17 17:41:42

How to copy image to clipboard using javascript?

How to copy an image (base64, blob or direct link) to clipboard using chrome extension?
In Firefox, add-ons can be copied without problems like this:

var clipboard = require("sdk/clipboard"); 
clipboard.set("data:image/png;base64,iVBORw0.......");

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question