tabs property

ChromeTabs tabs

Use the chrome.tabs API to interact with the browser's tab system. You can use this API to create, modify, and rearrange tabs in the browser.

Implementation

ChromeTabs get tabs => _tabs;