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

https://github.com/michioxd/litetab

a light design for chrome new tab
https://github.com/michioxd/litetab

chrome-extension chrome-extension-react chrome-new-tab extension newtab

Last synced: 7 months ago
JSON representation

a light design for chrome new tab

Awesome Lists containing this project

README

          

# shh... still working on...



### a light design for chrome new tab

## why?

i love minimal

## usage

- Download `release-xxx.zip` from the Release page.
- Extract it to somewhere you want
- Go to `chrome://extensions`, enable `Developer mode` (at the right of header)
- Click `Load unpacked` then select the folder you have extracted before
- Enjoy!

## development usage

- Clone this repository

```shell
git clone https://github.com/michioxd/litetab
```

- Change the directory to litetab

```shell
cd litetab
```

- Install dependency / Run

```shell
# npm
npm install
npm run dev

#pnpm
pnpm install
pnpm run dev
```

## license

MIT License, read `LICENSE` file for more information!

## credits

brought to you with much love from michioxd and all contributors!