Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created September 15, 2014 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callmephilip/394f51eb647d82c75e04 to your computer and use it in GitHub Desktop.
Save callmephilip/394f51eb647d82c75e04 to your computer and use it in GitHub Desktop.
chrome.runtime.onMessage.addListener(function(message, sender, sendResponse){
// look at the message and see if it has report data
// extract data and look for Meteor traces
// contact app server
// adjust UI
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment