How do I use chrome.extension.getViews() to take a variable or activate a function on the front page of my chrome extension?
I have read this documentation http://developer.chrome.com/extensions/extension.html#method-getViews but don't feel enlightened from it. I have no problem passing the information the other way with .getBackground but have not yet figured out how to pass in the other direction.