okaryo / TabTabTab

All In One Chrome Tab Manager
https://chromewebstore.google.com/detail/tabtabtab-all-in-one-tab/hfmnidllojimehmfjkclnadpebibhgoi
MIT License
17 stars 7 forks source link

User Assigned Browser Window Names in the "All Windows" Pane #367

Open WebWorX-io opened 3 months ago

WebWorX-io commented 3 months ago

Description

Currently, the "All Windows" pane uses a naming convention for open windows that completely ignores the actual names a user assigns to their browser windows. The current convention of meaningless window names such as "CurrentWindow", "Window 1", "Window 2", etc. is not helpful when the T3 user has more than a few browser windows open.

Use case

If this feature were added and the "All Windows" pane were to use the user assigned browser window names, then the T3 user experience would be greatly improved because the window name would immediately guide the T3 user to the information they are seeking and save a lot of time.

Alternatives

Because the "All Windows" pane has the above noted naming convention hard-coded, there is no possibility of a user workaround. Changes in the T3 UI would be required to either allow the user to assign window names from within the "All Windows" pane or otherwise internal logic would need to be added to capture the window name from the Chrome native feature that enables users to assign names to browser windows.

Additional context

Please see the attached screen capture for further illustration of this feature request.

TabTabTab Feature Request

okaryo commented 3 months ago

@WebWorX-io Thank you for submitting this issue.

I also share the same concern, but unfortunately, the current Chrome extension API does not support retrieving window names.

Once the API provides this capability, I plan to update the extension to include this feature.