Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/extension/getextensiontabs/index.md
6578 views
------{{AddonSidebar()}}
Warning: This method has been deprecated. Use {{WebExtAPIRef("extension.getViews()")}} instead.
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
This API is also available as browser.extension.getExtensionTabs().
Parameters
windowId{{optional_inline}}:
integer.
Return value
array of object. Array of global window objects
Browser compatibility
{{Compat}}
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.extensionAPI. This documentation is derived fromextension.jsonin the Chromium code.