Is it possible to determine a tab's opener within a Google Chrome extension?

后端 未结 4 1979
遥遥无期
遥遥无期 2020-12-31 17:37

I am looking for a way to determine a given tab\'s opener (parent tab) within a Google Chrome extension.

I\'ve looked at the documention for Tab but there doesn\'t r

4条回答
  •  北海茫月
    2020-12-31 18:39

    Update: it is now possible to reliably determine a tab's opener tab within a Chrome extension natively using the newly added webNavigation API, and specifically by hooking the onCreatedNavigationTarget event.

    https://code.google.com/chrome/extensions/trunk/webNavigation.html

提交回复
热议问题