Bible Tab is a browser extension for Chrome and Firefox to show a Bible verse everytime you open a new tab.
Firstly, I want to say thanks for your consideration of contribution. Please follow these steps below to contribute this project:
git clone https://github.com/tatthien/bible-tab.git
cd bible-tab
yarn install
Start the development.
yarn serve
By hitting yarn serve
, you're able to visit http://localhost:8080 and see all the changes with HRM.
Once you feel happy with how it looks, run yarn build
and load source of extension in folder dist
.
For Google Chrome:
- Go to
chrome://extensions/
. - Turn on the
Developer mode
. - Click on the
Load unpacked
button. - Browse and select the folder
dist
from project.
For FireFox:
- Go go
about:debugging#addons
- Click on the
Load Temporary Add-on
button. - Browse and select any file in the folder
dist
from project.
Thanks goes to these wonderful people (emoji key):
Thien Nguyen 📖 💻 | Le Minh Tri 💻 📖 🐛 | Noah Phom 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!