How can I go about adding a listener to open a new...
# support-framework
q
How can I go about adding a listener to open a new tab on install
Copy code
chrome.runtime.onInstalled.addListener(function (){
  chrome.tabs.create({url:chrome.extension.getURL("options.html")},function(){})
})
s
Thread automatically created by nahtnam in #978320682985349130
l
you would prob need to experiment with the background sw