Is there any way to list the closed groups? I can run the following command:
chrome.tabGroups.query({}, function (groups) {
console.log(groups);
});
This will return all the current opened groups. I'm looking for a way to also get the closed ones so I can remove multiple at once. The image below is an example of all the groups I want to find.