最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to list all tab groups including closed groups in chrome extension? - Stack Overflow

programmeradmin4浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论