A Chrome extension to transform your new tab page with personalized greetings and positive affirmations.
- Current weather
- Personalized greetings
- Positive affirmations
Build from source -
- Clone this repository
- Run
npm install
- Run
npm run build
Install on Chromium based browsers -
- Go to
Extensions
page by enteringchrome://extensions
in a new tab. - Enable Developer Mode by clicking the toggle switch next to
Developer mode
. - Click the
Load unpacked
button and select the extension directory that was built above.
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI