Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

SpectrumApp/spectrum-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectrum Chrome Extension

UPATE

Spectrum is no longer in active development. If you have any questions or concerns please contact us at https://revsys.com

You can install the extension in the Chrome store which makes it eash to get your Javascript logs out of devtools and into Spectrum.

Using the Spectrum Chrome Extension

  1. First, install the extension from the Chrome Store.

  2. By default the extension is off for your browser tabs. Go to the browser tab that you are using locally and click the greyed out Spectrum icon.

  3. Once enabled it will relay all of your console.log() and console.dir() messages to a REST Spectrum Stream on localhost and port 9000. It will also use the level name of 'DEBUG' and sublevel of 'browser'. These bits are all adjustable in the extension's options which you can find by going to More Tools -> Extensions -> Spectrum Options.

Developers

This documentation is mostly for those wishing to fix or extend this extension to Spectrum.

To develop:

$ npm install
$ npm watch

To release:

$ npm run compile_dev