A chrome extension to search the text of any page using regular expressions. # Usage - Open the extension by typing Alt+Shift+F…
A chrome extension to search the text of any page using regular expressions.
# Usage
- Open the extension by typing Alt+Shift+F (Mac: Ctrl+F).
- Go to the next and previous search results by hitting Enter and Shift+Enter, respectively.
- Esc clears results.
- Set the default case sensitivity on the options page
- This extension uses `new RegExp(/__YOUR_INPUT__/, flags)` internally, where flags are currently either 'g' or 'gi'.
# Any bugs?
- Please file the issue on https://github.com/ymkjp/find-by-regex/issues.
# Contributions
- If you like this extension, please review it in the Chrome store.
- Your pull request is very welcome at https://github.com/ymkjp/find-by-regex.