I just started out with Google Chrome extensions and I can\'t seem to log to console from my background js. When an error occurs (because of a syntax error, for example), I
You're looking at the wrong place. Logged console messages do not appear in the web page, but in the (invisible) background page. To see these messages in the console, follow these steps:
Visit chrome://extensions/
.
You can also right-click the extension icon, then click "Manage extensions".
New UI:
Old UI: