jgjake2 / chrome-regex-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Regex Search

An extension for Regex Search in lieu of Chrome's CTRL+F.


Instead of writing a program to download a web page to find regex matches, use this simple extension to highlight regex matches on the web page dynamically as you type.

Offers customizable highlighting, case-insensitive and instantaneous search in the extension options.

Also, offers a search history that can be configured to the max number of records.

Note that textarea and input elements will not be highlighted as they cannot be styled by CSS3 natively.

Installation

Go to https://chrome.google.com/webstore/detail/chrome-regex-search/bpelaihoicobbkgmhcbikncnpacdbknn?hl=en&gl=US Click 'Add to Chrome'

Screenshots

Four letter words

Customizable settings

Keyboard Shortcuts

ENTER : select next regex match on page
SHIFT+ENTER : select previous regex match on page

Instructions to set up a keyboard shortcut to open the popup:
In your browser, go to chrome://extensions/shortcuts
Scroll to Chrome Regex Search
Click 'Keyboard Shortcuts'
Type your custom command (ie CTRL+SHIFT+F)
Now whenever, you want to open the popup simply enter your custom command.

License

Chrome Regex Search is under the MIT license. See the LICENSE file for details.

About

License:Other


Languages

Language:JavaScript 77.5%Language:HTML 22.5%