Open new tab in browser from plugin

Hi everyone, is there a way to open a browser’ new tab from my plugin using for example a tag google ?

Thanks!

You can open a link from the plugin UI (it’s basically a webpage). Just don’t forget to specify that you want to open it in the new tab/window by using target="_blank" or window.open('http://example.com', '_blank'). However I’m not sure what you mean by “a tag google”.

7 Likes

Thanks! :slight_smile: