/BiblePreviewer

Chrome and Firefox extension to turn references to the Bible into a hoverable link that shows the verse

Primary LanguageJavaScript

BiblePreviewer

This is a little Chrome/Firefox extension that searches web pages for references to Bible verses. When it finds them, it adds a link to that text that can be hovered, showing the text of the verse above the link.

Browser Support

Building

Create a .env file with the following contents:

BIBLE_API_KEY=<API_KEY>

Run npm run watch to have webpack watch the files for changes.

Run npm run zip to compile a production build to the dist directory and create an archive of the necessary files