var ifr = document.createElement("iframe");
ifr.src = chrome.runtime.getURL("iframe.html");
document.body.appendChild(ifr);
var ifr = document.createElement("iframe");
ifr.src = chrome.runtime.getURL("iframe.html");
document.body.appendChild(ifr);