17 comments

[ 3.9 ms ] story [ 50.1 ms ] thread
That's a great idea. Two suggestions though:

- this only seems to search the page title. As such it provides a limited value;

- I'd love to be able to navigate through results using my keyboard;

Sweet. I've been using Vimium (http://vimium.github.io/) which has something similar but it shows bookmarks and history and what not. I wanted something to do the same but for the current tabs. Thanks.

Can you make it so I don't have to click on the dropped down tabs? Instead I want to just use my cursor to select one.

Also, I noticed if I am in a different window, it will show tabs in the dropdown for tabs in other windows but if I click them nothing happens. Is that just me, or not possible?

ESC button to exit the searching.

(Notice it's open source but don't have time right now to dig into it, but maybe in the future!)

You can search your current tabs on Vimium using shift-t.
I didn't know this! Thanks.
I didn't know that either and that made me look at all the other options and features that Vimium offers. So many things I didn't know about! :)

Thanks for making me look! (it's like vim, there's always more to learn)

A screenshot or demo on the page would be very valuable, so I know what's going to happen before I install!
This extension can be made without a content script and with many fewer permissions. You should look into https://developer.chrome.com/extensions/commands to see how to properly integrate keyboard shortcuts, and https://developer.chrome.com/apps/app_window for the floating UI.

Unfortunately, Chrome extensions are not allowed to use chrome.app.window.create (which you will need to make the floating UI without modifying the content page), so you will need to convert your extension into an app to use this API.