brcontainer / prevent-duplicate-tabs

Simple add-on/extension for prevent duplicate tabs
MIT License
62 stars 7 forks source link

[Feature] Also avoid duplicated tab when opening URL from command line #24

Closed kp-gl closed 1 year ago

kp-gl commented 2 years ago

I often open tabs by the help of an external tool. it's frustrating that duplicates may occur then. (same happens when you click repeatedly on a link e.g. in a mail)

It would be great if those duplicates would be avoided, like usually done by the plugin

I tried both config settings to no avail.

brcontainer commented 1 year ago

It is impossible, not for the specific extension, but for any extension that manages tabs, the API defines a limited control of how the process of loading a tab occurs, here are the details:

I hope you can understand why the extension was idealized and described in such a way and that you can find in the stores of the browsers you like an extension that meets your specific needs.

I appreciate your understanding.