Opening a Tab Page from a Content Script UI
Hi everyone,
I'm working on a command palette. It should open a new tab for some actions from the palette.
The problem is that chrome.tabs.create is undefined in content.tsx.
It works in popup.tsx.
Do you happen to know how I could open a new tab from the content.tsx?
Thanks,
Julien
3 Replies
Hi Julien, you would use the messaging API to tell BGSW to open it for you from CS.
Thanks a lot @louis !
Gave +1 Rep to @louis