Chrome extension: How to open a link in new tab?

前端 未结 3 1627
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 13:03

In my Stackoverflow folder, I have stackoverflow.ico and 2 bellow files. When importing it to Chrome, it shows the icon in address bar, but when I click on it,

3条回答
  •  -上瘾入骨i
    2020-12-07 13:45

    In my case I needed to open link in a new tab when I clicked a link within extension popup window, it worked fine with target attribute set to _blank:

    Example
    

提交回复
热议问题