cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
170 stars 27 forks source link

Add support for Vivaldi Tabs Stacking #255

Open HikariWS opened 3 years ago

HikariWS commented 3 years ago

Vivaldi Tabs Stacking is great, we can turn a tab into a group of tabs and all tabs added to it are listed on a 2nd line below tabs line.

But when we close the window and reopen it from TabFern, the stack is gone and all tabs are back as normal tabs and we need to stack them again.

IDK if it's possible to support a Vivaldi unique feature, but it'd be great if it was done.

SamHasler commented 3 years ago

I doesn't look like there's a public API for tab stacks: https://forum.vivaldi.net/topic/39648/api-for-vivaldi-only-features-tab-groups-etc/2

There doesn't appear to be any information on which chrome extension APIs Vivaldi support. This was the only page I could find about extensions: https://help.vivaldi.com/desktop/appearance-customization/extensions/

Hopefully if vivaldi implement the same extension APIs as Chrome have for tab groups then #246 would work for Vivaldi too,