brcontainer / prevent-duplicate-tabs

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

[Feature] Show current count of duplicates under each type Action #19

Closed hneiva closed 2 years ago

hneiva commented 2 years ago

Would be nice to have a count of duplicates image

Maybe under each header, show Number of duplicate tabs: XXX or XXX duplicate tabs It's informative, and helps the user decide if they are clicking the right button.

brcontainer commented 2 years ago

The purpose of prevent-duplicate-tabs is to prevent duplicates, so there is no way to show a counter.

Anyway the "Actions" area is about actions on the domain or full url, where you can set to disable the action to prevent duplicates.

If I didn't understand something, don't comment. I'm grateful for the feedback.

Note: I'm working on an improvement so that pages with forms filled by human action (interaction) are not closed, regardless of the settings in prevent-duplicate-tabs.

hneiva commented 2 years ago

Yeah, now I understand a little bit better how the app works.

At first I thought only URLs that you selected would be auto-closed (whitelisting), which my comment would make sense; but the app works in a close all except selected (blacklisting).

Thanks for the response! Cheers