google chrome extension :: console.log() from background page?

If I call console.log('something'); from the popup page, or any script included off that it works fine.

However as the background page is not directly run off the popup page it is not included in the console.

Is there a way that I can get console.log()‘s in the background page to show up in the console for the popup page?

is there any way to, from the background page call a function in the popup page?

13 Answers
13

Leave a Comment