quick-find
quick-find copied to clipboard
Next gen text search for chrome
The Enter key to activate links would be awesome, but it does not appear to work with all links. My unsupported theory is that it refuses to work with links...
A debugger statement was left in the code, which makes this plugin useless if you have developer mode open. ``` function linkCheck(element){ if(textSearch.linksOnly){ while (element) { debugger; if (element.nodeName ===...
I'd like to use this extension on local files as well. It's extremely useful on the output of `man -H bash`, for example. I believe that just adding a `file:///*/*`...
Since Shift+Enter hasn't been working (#13) and Ctrl+Enter (and Ctrl+Shift+Enter) have not yet been released (#16), it may be a good opportunity to take a second to think about consistency...
From looking at the code, it seems that opening a foreground tab by holding down Shift should actually be supported. It doesn't work for me, though: nothings happens in either...
Could you please add an option to remember the search term when using ctrl-F on multiple (consecutive) pages. It is most annoying having to re-type your search term each and...
actually I'll see if I can't add this one myself, a small addition like this would be pretty simple. In fact, I would prefer it if you let me, because...
User feedback: "I love Quick Find, but it would be great to have a default search phrase or have it such that the phrase gets remembered from instance to instance...
In the Chrome options, I can remap the `Ctrl+Shift+F` shortcut which is fine, but some sites like Google and GitHub use `/` to focus their own search bar. Doing this...