An open API service indexing awesome lists of open source software.

https://github.com/bullet-ant/flow

Transform your new tab page into a personalized dashboard, designed to seamlessly maintain your Flow.
https://github.com/bullet-ant/flow

Last synced: 2 months ago
JSON representation

Transform your new tab page into a personalized dashboard, designed to seamlessly maintain your Flow.

Awesome Lists containing this project

README

        

# 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](https://github.com/dutiyesh/chrome-extension-cli)