Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 10
    1) This does not answer the question, 2) This is simply wrong; content script logs messages into the console of the page it's injected to, i.e. the actual browser tab. I suppose in your code, popup.js was reused in the popup.html, and as such the output of that copy goes to the place you mentioned. But it's totally misleading. Commented Oct 22, 2014 at 23:16
  • 3
    this answer helps me to check log of chrome extension that run as popup Commented Mar 5, 2015 at 14:29