Chrome (as a platform) / Chrome Extensions

Table of contents

Child pages

 

How to check the output of a console.log() statement

  1. In Chrome, navigate to the 'Extensions' page.
  2. Find the extension you're working on.
  3. Click the 'background page' link.  (Source)
  4. In the new page that loads, you should see the output of console.log() in the frame at the bottom of the page.