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.
- NodeJS: http://nodejs.org/
- Grunt:
npm install -g grunt-cli
- tsd (package manager for TypeScript definition files):
npm install tsd -g
- Clone this repo and execute
npm install
inside the created directory, - Run
grunt
in order to build the extension (build/
is the output directory).
Thanks to ComFreek for converting a large portion of the code base to TypeScript.