Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Extension traces

arnaud edited this page Aug 24, 2010 · 1 revision

Maybe are you experiencing a bug or you are just curious.
Either way, this guide will help you get though the process of getting access to Tab Sugar traces.

How to access Tab Sugar traces

1. Activate the developer traces

  1. Go to the Extensions page (chrome://extensions), and make sure that Tab Sugar is enabled.
  2. Click on the “Options” link below the Tab Sugar entry.
  3. In the “Options” page, click on the “Developer mode” link on the upper-right.
  4. Enable the “Developer traces” in the options list.

2. Restart the extension

  1. Go to the Extensions page (chrome://extensions).
  2. Click on the “Reload” link below the Tab Sugar entry.


3. Access the background traces

  1. From the Extensions page, make sure that the “Developer mode” is enabled (link is on the upper-right)
  2. Click on the “background.html” link to inspect it
  3. A “Developer Tools” popup appears
  4. From its top menu, select the “Console” tab
  5. Copy the traces, paste it in a text file and attach it to the Issue ticket

4. Access the dashboard traces

  1. Run Tab Sugar by clicking on its action icon
  2. Press the following key combination: Ctrl+Shift+i
  3. A “Developer Tools” appears at the bottom of the Tab Sugar page
  4. From its top menu, select the “Console” tab
  5. Copy the traces, paste it in a text file and attach it to the Issue ticket

And voilà!

Clone this wiki locally