setTimeout(function(){ chrome.tabs.create({ url: "popup.html" }, function () { }) },3500);