|
Hi. I'm new to Javascript, so don't mind me if I say something incredibly stupid.
I am designing an extension for Google Chrome, and I want to be able to communicate with the background.html page, which runs in the background of my extension and I want its content to be brought onto the popup.html (the pop up when you click the extension).
So here's the code:
DOMWindow chrome.extension.getBackgroundPage()
How exactly would I implement that?
|