plutonium-239 / workspaces-tab-counter

A tab counter specifically for GX, which counts tabs per workspace too.
2 stars 0 forks source link

Suggestion: add support for Opera One #1

Open TheFr1zz opened 1 year ago

TheFr1zz commented 1 year ago

Hello, I wanted to count my tabs on Opera One but the workspaces tab counter only trakes individual tabs, not all tabs(picture1). My suggestion is could you expand this extension to work on opera one as well as gx?

PicOperaOne1png

plutonium-239 commented 1 year ago

Hi, thanks for notifying me. I'm looking into it

plutonium-239 commented 1 year ago

It seems like it uses a different system for managing workspaces, (which isn't documented anywhere, I had to figure out how to access workspaces in gx mostly myself, only 1 shred of evidence)

For more peculiar behavior started by this, if you try to "inspect element" on the sidebar panel, it will a) not display anything like it's bugged b) will close the devtools window when you change workspace both of these don't happen on gx

tldr; this browser does not let extensions 'persist' through workspaces unlike gx

trying to find something that works

update: it's accessible through opr.workspacesPrivate API. again, why is there no documentation? I'll try to fix it and update the ext soon

TheFr1zz commented 1 year ago

thank you so much! i wonder why they have it set up that way (to not persist through the workspaces). It seems like they would want to have plenty of documentation and ease of use to make it easier for people to make extensions and such.