I want to implement the same feature in my browser that Epiphany (Web) browser has - where user enters text into the navigation bar and can select suggestions from a dropdown list.
In the debugger it called EphyLocationEntry
Does an extension already exist for this, or should I implement this feature manually, e.g. with GtkPopover
?
Thanks!