[FEATURE REQUEST] Batch restore batch closed tabs from History #2960
universish
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to restore closed tabs in bulk from History. The feature I'm talking about is that closed tabs are saved as a group in “History”. If we restore the group, the tabs within the group are opened. I need to be able to create separate Groups for each window.
One browser had this feature. But I don't remember which browser.
But this feature is a bit complicated for zen-browser.
Because when the tabs opened in workspaces are closed in batches, it needs to group the windows and workspaces taking into account so that they are saved as Groups in the past.
For example:
The tabs in Workspace 1 in the first window should be saved as Group 1. In the first window, the tabs in Workspace 2 should be saved as Group 2. In the second window, save the tabs in Workspace 1 as Group 3. In the second window, save the tabs in Workspace 2 as Group 4.
When Group 1 is restored, open the tabs in this group in the first window in Workspace 1. When Group 2 is restored, open the tabs in this group in the first window in Workspace 2. When Group 3 is restored, it should open the tabs in this group in the second window in Workspace 1. When Group 4 is restored, it should open the tabs in this group in the second window in Workspace 2.
Beta Was this translation helpful? Give feedback.
All reactions