extension.getExtensionTabs()
Returns an array of the JavaScript Window objects for each of the tabs running inside the current extension. If windowId
is specified, returns only the Window objects of tabs attached to the specified window.
Syntax
chrome.extension.getExtensionTabs(
windowId
)
This API is also available as browser.extension.getExtensionTabs()
.
Parameters
windowId
Optional
-
integer
.
Return value
array
of object
. Array of global window objects
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
WebView Android |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
getExtensionTabs |
Yes |
79 |
No |
? |
No |
No |
? |
? |
No |
? |
No |
? |