How do I open a link in a new tab in the extension HTML.
E.g.
clicks on icon
sees Google chrome window which has the window.html
inside there are two links, one link to open a link in a new tab, other in the original tab.
I used window.location, doesn’t work like that.
I don’t know why this question has two upvotes, but anyway you can try using the target attribute for anchor elements.
However, it won’t open in a new tab unless the user has the navigator configured that way (usually does).