Skip to content

A Chrome extension that allows you to search the page using regex

Notifications You must be signed in to change notification settings

NateTheGreat68/regex-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Search

This is a chrome extension written in TypeScript that allows you to search the text of any page using regular expressions.

You can download the extension here: https://chrome.google.com/webstore/detail/bcdabfmndggphffkchfdcekcokmbnkjl

Pull requests are welcome, just base your changes on the dev branch instead of master, as master is only updated on every release and is often behind the dev branch.

Necessary build tools

Optional build tools

  • tsd (package manager for TypeScript definition files): npm install tsd -g

Build guide

  1. Clone this repo and execute npm install inside the created directory,
  2. Run grunt in order to build the extension (build/ is the output directory).

Contributers

Thanks to ComFreek for converting a large portion of the code base to TypeScript.

About

A Chrome extension that allows you to search the page using regex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.5%
  • JavaScript 8.7%
  • CSS 0.8%