lxieyang / vertical-tabs-chrome-extension

A chrome extension that presents your tabs vertically. Problem solved.
MIT License
466 stars 103 forks source link

Support for Chrome Tab Groups #94

Open lashchev opened 2 years ago

lashchev commented 2 years ago

Tabs should be grouped into the same groups that are created in Chrome itself. The order of groups and tabs in groups should be the same as in Chrome. Now it is a flat list of tabs across all groups which makes this extension less usable than the Chrome tab strip. Microsoft Edge Vertical Tabs is a good example of how it can be done.

lxieyang commented 2 years ago

Hmm, I've been wanting to do this for a very long time, but the Tab Groups API is only available in MV3, which to this date, still lacks critical features that this extension needs.

That said, I'll make sure to migrate and implement this once MV3 support from Google is feature complete.

figadore commented 1 year ago

which features are missing these days?