How to use multiple extensions with same name? #16345
Replies: 1 comment
-
it is "possible" but I highly do not recommend it the reason that the second tab doesn't work is because both tabs identify themselves at the same tab
you could solve this issue by modifying the tab ID
to
this should make the tab "clicking" work but only makes the tab itself clickable, and does not guarantee components about the top functions properlydepending on how the extension is written they could be issues that occur (some examples listed below) I was considering submitting a PR in webui to perform the tap ID renaming automatically
using multiple similar extensions at once can have issues such as
these are just several examples I consider it lucky if just just modifying the tab ID makes both extensions works "fully work" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to use some extensions that has same name but under 2 different developers and have different functions


I added '2' at the end at the one of the folders, and I can see 2 tabs on SD but I can't click one of them
Is there way to use both extensions?
Beta Was this translation helpful? Give feedback.
All reactions