Back to directory
ccampbell avatar
ccampbell / chromelogger

chromelogger

chrome extension for server side console logging

901

Stars

73

Forks

34

Watchers

License

About

This is the official repository of the Chrome Logger extension for Google Chrome.

Libraries

This is a list of available server side libraries

Development

To install manually for development

  1. Download this repository
  2. Unzip the repository
  3. In Chrome go to Window => Extensions or chrome://extensions/
  4. Click the Load unpacked extension... button
  5. Select the directory you created in step 2

Any time you make a change go back to the Chrome extensions manager page and refresh.

Releases

Sep 29, 2017

Download .zip

Updated options page styles to render correctly Added donation links to options page Fixed compatibility with FireFox (#73) Fixed race condition where sometimes the logs did not show up at all (#72)...

Sep 24, 2014

Download .zip

Improve handling of tab events using newer chrome tab api Simplify logic for determining tabs that the extension will not work on Use hostname for determining tab activity instead of parts of the host

Use native os color picker for choosing colors

Fixes race condition when background page runs before log.js is ready This issue seemed to cause issues in Chrome 28 on Linux. See #22