Feature #1077
closedtab filter support
0%
Description
Sometimes can't keep track of opened tabs. When multiple tabs exist on days of heavy usage, they pile up. And this is not the users fault, as we always tend to open a new tab even if that page already exists in the current instance.
There are few browsers that have a nice concept, where you start typing in the url bar, and if that:
1. either matches the url of an opened tab
2. or matches the title of an opened tab
that tab's page would pop up as a suggestion beneath. This way, accessing an existing tab will be possible and the pile up of already existing tabs reduce.
In the same way, on pb, if there is a way to dynamically filter out existing tabs inside tab strip, based on the text we type in the url bar, would be cool.
I believe this will be a great UX feature. I hope there could be a way to do this through Android Standard Libraries, as chromium (desktop) itself does this in it's url suggestion popup.