cambiar el color

Iniciado por .rn3w., 28 Octubre 2016, 00:56 AM

0 Miembros y 1 Visitante están viendo este tema.

.rn3w.


   chrome.browserAction.onClicked.addListener(function(tab) {
 chrome.tabs.executeScript({
   code: 'document.getElementById(textarea_simulator).style.backgroundColor="red"'
 });
});

});
//author --