Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

chrome.runtime.sendmessage

chrome.runtime.sendMessage({greeting: "hello"}, function(response) {  console.log(response.farewell);});
Source by developer.chrome.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
9+6 =