dqgorelick / tabbo

Browser tab management extension
MIT License
8 stars 1 forks source link

Omit PWA windows on Chrome #73

Open FranklinYu opened 1 year ago

FranklinYu commented 1 year ago

PWA windows doesn’t accept tabs anyway, so we should omit them in the window list. I’m not sure how feasible is this (e.g. whether Chrome provides an API to distinguish PWA windows, but in the worse case we can provide an option to “skip single-tab windows” and that should work for most of the scenarios.

dqgorelick commented 1 year ago

Thanks for bringing this up. Can you describe the use-case in a bit more detail? When you say "window list" are you referring to the "send tab" page?

FranklinYu commented 1 year ago

Yes, exactly. I frequently use the command to launch the “send tab” page, then pressing the number to send the associated tab to the corresponding window. If I accidentally send it to a PWA window, it won’t be moved there (because Chrome won’t let you), so I have to trigger the command again.

FranklinYu commented 1 year ago

(Let me know if you are still confused about what I meant.)