Is there a way to send an image from the background page of a chrome extension to a content script, in such a way that the content script does not retrieve the image from an external webpage to display, but uses the image stored with the extension locally?
Perhaps using the sendMessage API?