Skip to content

kaizer1v/chrome-regex-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Regex Search

Logo

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

Popup

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 this page and Click 'Add to Chrome'

Screenshots

screenshot 1

Four letter words screenshot 2

Keyboard Shortcuts

  • cmd/ctrl + shift + f: To initiate the plugin. You can also set this in your chrome settings
  • enter: select next regex match on page
  • shift + enter: select previous regex match on page

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • HTML 22.3%