Skip to content

cguldner/BiblePreviewer

Repository files navigation

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

Testing

Chrome 137 and higher do not support loading extensions, so you have to use Chrome for Testing

npx @puppeteer/browsers install chrome@stable

Copy the output path for the chrome binary, and update package.json to point to this path in the cypress:run script.

Run end-to-end tests with:

npm test

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors