Is there any way to count number of tabs are opened in chrome?

后端 未结 4 692
心在旅途
心在旅途 2021-01-13 04:18

I am trying to find a way to count a number of tabs that are currently open in Chrome by javascript.

I have searched and found chrome.tabs.query(). But when I opened

4条回答
  •  生来不讨喜
    2021-01-13 04:52

    It can only be used in extension development.

    You are not able to access that information from document level.

提交回复
热议问题