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
- Host: GitHub
- URL: https://github.com/michioxd/litetab
- Owner: michioxd
- License: mit
- Created: 2023-02-16T15:31:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T15:41:37.000Z (over 3 years ago)
- Last Synced: 2024-12-27T17:43:30.459Z (over 1 year ago)
- Topics: chrome-extension, chrome-extension-react, chrome-new-tab, extension, newtab
- Language: SCSS
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!