An open API service indexing awesome lists of open source software.

https://github.com/skyl/greb

Chrome extension to recursively grep web pages
https://github.com/skyl/greb

Last synced: 8 months ago
JSON representation

Chrome extension to recursively grep web pages

Awesome Lists containing this project

README

          

# greb

Recursively search webpages and pdfs (through links) for text matches (using
regex).

![Demo GIF](http://g.recordit.co/AywkO0Xvor.gif)

Hack
----

Checkout the code.

Checkout the submodule, `pdf.js`:

git submodule init
git submodule update

Build `pdf.js`

cd pdfjs
node build web

Go to [chrome://extensions](chrome://extensions).

Load unpacked extension.

Choose the directory where you checked out the code.