make all link open in new tab
newtab options (新分頁選項)
active
- decides whether the new tab should be focused
- 是否在新分頁打開後跳到該分頁
insert
- that inserts the new tab after the current one
- 是否將新分頁排在目前分頁後面
setParent
- makes the browser re-focus the current tab on close
- 是否在該分頁關閉時回到目前分頁
incognito
- makes the tab being opened inside a incognito mode/private mode window
- 是否在隱密模式下打開分頁
newTabConfig = {
active: false,
inserts: false,
setParent: false,
incognito: false,
},