Update:
Issue 323982812 was reopened and is now finally fixed!
In the latest Chrome Canary (125), chrome.tabGroups.update() for collapse, title and color works on a saved tab group.
Thanks for fixing. The fixes to these two issues(40288048 and 323982812) have alleviated problems with common use cases.
But "Saved Group" still has some limitations, for example:
- can't pin a tab
- can't move a tab out of a saved group or ungroup a tab
These operations are allowed in Chrome built-in tabstrip.
I don't know what the ultimate limit of the saved group is, and developers can't detect if a group is a "saved group". These are the next steps the extension team should consider.
Best