I try to create a popup window from an addon, but the Google documentation seems insufficient.
Code:
var opciones ={
'url': url,
'width':400,
'height':300,
'type': 'popup'
};
chrome.windows.create(opciones, function(windo...
asked by
11.05.2017 / 17:18