Spelling flexible find allows you to find results on a web page within a bound of spelling differences (levenshtein-edit distance).
This can be useful to find results on the page even if they're mizzpelled, to find results if you're unsure how a word is spelled, or a combination of the two.
I recommend setting a shortcut to spelling flexible find under control-shift.
Usage:
Spelling flexible find is meant to find single words. It use space, exclamation marks, periods, commas, colons, and semi-colons as regex to indicate a new word. For a detailed explanation, see the bottom of this description.
Spelling flexible find uses many of the same controls as the chrome page find, so it should be intuitive.
Enter: go to next result
Shift-enter: go to previous result
Click on the plus and minus buttons to edit the allowed distance of spelling differences. Plus is more lenient, and minus is less. 0 indicates that a word must be the same exact string you have searched for, or your string must be a prefix to that word.
Clicking on the web page will hide this extension, and keep the current highlighting. If you wish to remove the highlighting, first clear the search bar, then continue.
Why does it only find a single word ?
If the extension doesn't use delimiting characters, then any subsection of any text is potentially a word. With 100 characters, there are 5050 different possible strings. Put more generally, for an n length string there are O(n^2) different possible words.
Further, finding the Levenshtein distance between two words is computationally intensive (O(n^2)). Not computationally intensive enough to make this extension infeasible, but infeasible enough that performing on all possible word combinations in a string would be infeasible (and O(n^3)).
You can enter multiple words, and that string will be searched the same, but the text candidates to match it up against will not contain any of the delimiting characters.
Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!