-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to name tab groups #2352
Comments
Hi @Larvotto, Thanks for reaching out. Do you mean it should be able to attach a label for each window? What's your ideal way to specify the label, does a free input work? I think the biggest problem is how to maintain the label. Since it will tie to a window and it could be stale over time (close and open new tab). |
Hi @xcv58 , My ideal would be for free input for the labels. I find I'm often researching several things at once (currently mostly home network related), and like to have the tabs for each thing open in a separate window (e.g. one window for tabs related to Proxmox, one for data backup solutions, one for Home Assistant), plus have a "working" window where I have gmail and network interfaces (Portainer, Grafana, etc) open. Plus, now that I have discovered Tab-Manager-v2, I like to have it open in yet another window, on its own, to act as a menu/overview of everything I have open. Alternatively, and as one way of maintaining label persistence, maybe the label could be auto-populated using the name of the first tab in each window? e.g, if the first tab listed in a window is gmail, the window label would simply be 'gmail.com'. This would obviously change if the first tab is closed, or the tab order is changed, but as a user I think I'd be happy to manage that. Thanks also for a great extension. The more I use it, the more I like it! |
Got it I think we’re on the same page. I can try to make the window name editable and see how it behaves. |
Is there any way to bring in the window's name from the Chrome "Name this Window" feature? I can't find the Chrome documentation for the feature but this page describes it: |
Thanks. I did an investigation years ago #232 (comment) It seems there is no extension API to support this feature. |
Shame they don’t expose it via the API. Thanks for the answer and the extension. |
I implemented this based on a map between the window id and its name #2378. But there are a few limitations:
Overall, I don't think adding the ability to manually rename a window is a good option. I'd lean toward two options:
On option 2, one promising approach is using GPT mode to generate the right name for the group of tabs. |
Interesting, thanks for your effort. Not sure if it helps, but one Firefox extension (Winger) enables window naming. |
I checked Winger. It's using API like https://github.com/l10nelw/winger/blob/master/background/winfo.js#L93 |
So rather than container headings saying "41 tabs", "6 tabs", etc, it would be great to attach labels.
Also, many thanks for the extension. It's excellent.
The text was updated successfully, but these errors were encountered: