htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
252 stars 57 forks source link

[Feature Request] Add Total Number of URL's #25

Closed touwys closed 2 years ago

touwys commented 3 years ago

Please add a Total for the number of URL's that are currently listed in Open Multiple URLs pane. This should help the user to improve his tab memory management. If, in addition, the user is allowed to select and choose any number of URLs he wished to load, it will certainly prove to be a bonus.

Thank you.

Example screenshot:

image

htrinter commented 2 years ago

Hi touwy, I reopened the issue on your request. I guess it would be a cool feature ... the number of tabs would be the number of non-empty lines in the textbox. Care should be taken to not compromise performance, because the number would need to be calculated on text change.

htrinter commented 2 years ago

Implemented in v1.5.3