Rubén, parte de este staff, nos hizo el favor de redactar esta sección ya que controla muy bien este tema.
Ejemplo 1: chrome.runtime.sendmessage
chrome.runtime.sendMessage(greeting:"hello",function(response)console.log(response.farewell););
Ejemplo 2: chrome.runtime.sendmessage
chrome.tabs.query(active:true, currentWindow:true,function(tabs) chrome.tabs.sendMessage(tabs[0].id,greeting:"hello",function(response)console.log(response.farewell);););
Comentarios y puntuaciones
Recuerda algo, que tienes la opción de valorar esta crónica si te fue preciso.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)