Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question