Support Closing Groups on Chrome #4639
Replies: 1 comment
-
I think a discussion is a good start for a topic like this. Unfortunately tab groups don't seem to have a uniform API across different browsers yet. Firefox based browsersSome years ago Firefox had native tab grouping implemented (2011-2016), but then they gave up and removed the feature due to low demand. Firefox is currently rolling out their new native tab grouping feature, coming in Firefox 136, which has been available on Nightly / Beta / Developer Edition for a few weeks already. As of now I couldn't find information about an API for webextensions to control the new native tab groups in Firefox. Since native tab grouping is just making it's way back into the stable release, it seems reasonable to expect an API for webextensions in the fairly near future. Chromium browsersIn Chrome closing a tab group through a webextension doesn't seem to have a specific method to do so, but would be fairly easy to implement with the
So maybe there's hope that Firefox will soon offer a |
Beta Was this translation helpful? Give feedback.
-
Hello!
I use Google Chrome and organize my tabs via the group feature. I am wondering how useful it would be to add Vimium support for closing groups as I'm always forced to use the mouse/touchpad to click on and close them. Other than that, I don't think Vimium needs to support any other group related things.
Before I open an issue/code against this, I'm interested in hearing some thoughts from y'all.
Final note
I didn't know if I should open an issue or a discussion for this as it is my first time interacting with a codebase in this manner. Definitely lmk if this post is in the wrong place!
Beta Was this translation helpful? Give feedback.
All reactions