denschub / firefox-tabgroups

[UNMAINTAINED] A Firefox addon that provides tab grouping features similar to the removed TabView/TabGroups/Panorama features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate the Tab Bar from Tab Groups Button plugin

PrototypeNM1 opened this issue · comments

Tab Groups Button has the cleanest and simplest tab bar. It also has the clever idea of placing the group bar under the URL separating tab selection from group selection, a feature which helps you stay oriented as you never accidentally switch into another group.

As is the plugin works with Tab Groups, but not Simplified Tab Groups. Source code can be found here.

I'd be interested in porting this functionality to Simplified Tab Groups, but this would be my first foray into Firefox plugins and I'm unsure what to look for wrt WebExtensions compatibility. Any direction would be appreciated.

@PrototypeNM1 commented on 1 juill. 2017 21 h 02 HAE:

I'd be interested in porting this functionality to Simplified Tab Groups, but this would be my first foray into Firefox plugins and I'm unsure what to look for wrt WebExtensions compatibility. Any direction would be appreciated.

I've just looked quickly to "TabGroups Button " and it's a XUL addon so it can't be easily ported to WebExt.

The best thing to do IMO would be to re-write it from the ground but I'm not sure at all you could ad such button with WebExt since I don't think there is an API to change the browser interface.

But overall Webext are relatively easy to learn so you maybe you will be able to customize something that fit you need.

Regards :octocat:

It looks like a tab bar is blocked for the moment as WebExtensions does not currently have a toolbar API.

Closing this. If anything, support has to be implemented in "TabGroups Button", not here.