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!)
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.
17 comments
[ 3.9 ms ] story [ 50.1 ms ] thread- 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;
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!)
Thanks for making me look! (it's like vim, there's always more to learn)
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.
https://chrome.google.com/webstore/detail/quick-tabs/jnjfein...
I really like that you have the interface on top of the web page itself!