Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 822 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 822 Bytes

Flow

A Chrome extension to transform your new tab page with personalized greetings and positive affirmations.

Features

  • Current weather
  • Personalized greetings
  • Positive affirmations

Install

Build from source -

  • Clone this repository
  • Run npm install
  • Run npm run build

Install on Chromium based browsers -

  • Go to Extensions page by entering chrome://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.

Contribution

Suggestions and pull requests are welcomed!.


This project was bootstrapped with Chrome Extension CLI