Chrome.Runtime.sendMessage
chrome.runtime.sendMessage({greeting: "hello"}, function(response) { console.log(response.farewell);});
RedGuy12
chrome.runtime.sendMessage({greeting: "hello"}, function(response) { console.log(response.farewell);});