I'm searching for a Chrome or Firefox extension that mimics the CMD+P (⌘P) shortcut functionality in VSCode. Ideally, this extension would enable me to quickly search through my open tabs using a fuzzy-find textbox. Once the desired tab is located, hitting Enter would switch to that tab, while Esc would close the search.
https://github.com/lusakasa/saka looks good, but doesn't allow remapping the shortcuts in FF and is also archived.Does anyone know of an extension that offers this feature, or something similar? Worst case, I'll fork saka, but I'd really avoid the hassle maintaining and managing a custom extension.