I embed a dynamic webpage in a popup. Currently, it is working and every time a pop-up window loads, the web page loads again, so I lose the job I did on the web page in a pop-up window. Although this is great, but I want this webpage to remain loaded in the background, and I just display it in a popup. To do this, I copied the full code from my popup page (script + html) to background.html. Now, how should I fully access the page in the popup menu and show directly (I want to show html as well - from the background page)
thanks
javascript google-chrome-extension
Himz
source share