Skip to content

How to report bug or feature

Sergey edited this page Nov 6, 2013 · 2 revisions

Report on GitHub (strongly recommended)

You must be authorized on GitHub.

  1. Open issues page.
  2. Check if somebody did not posted the same issue before.
  3. Submit new issue.

Report on Chrome WebStore

You must be authorized on Google Chrome WebStore.

  1. Open issues page.
  2. Check if somebody did not posted the same issue before.
  3. Submit new issue.

Attach Google Chrome extension JavaScript errors

If you have problems with extension, then you should check if there are some JavaScript errors to attach them to bug report.

  1. Open chrome://extensions/?id=nfhmhhlpfleoednkpnnnkolmclajemef url in your Google Chrome.
  2. Enable Developer mode & click on PHP Console background.html link(see screenshot).
  3. Open Console tab (see screenshot).
  4. If there are some errors, then expand all blocks and copy console data to clipboard.
  5. Paste console data from clipboard to bug report.

Thank you!