Closed pkfm closed 4 years ago
The active command returned only the first tab in the chrome.tabs.query response for each client rather than all active tabs for each client i.e. the active tabs for each window of each client. This commit changes the behaviour to the latter case.
chrome.tabs.query
The active command returned only the first tab in the
chrome.tabs.query
response for each client rather than all active tabs for each client i.e. the active tabs for each window of each client. This commit changes the behaviour to the latter case.