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

https://github.com/uugtech/newtab

Alternative for new tab page of chrome. (In order to use vimium)
https://github.com/uugtech/newtab

Last synced: 10 months ago
JSON representation

Alternative for new tab page of chrome. (In order to use vimium)

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Summary
[This static page](https://uugtech.github.io/NewTab) created by [Next.js](https://nextjs.org/) is intended to replace chrome's new tab page.
This is because [vimium](https://github.com/philc/vimium), a wonderful chrome extension, does not work on the __new tab page__.
- The page opened by `t` in vimium can be set to this page in the vimium settings.
- The page that opens when chrome starts up can also be changed to this page from the chrome settings.

This will allow you to live a comfortable vimium life!

This page uses [Catppuccin Theme](https://github.com/catppuccin/catppuccin), a fantastic color theme, and its wallpaper.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Export

You can export by running following command.

```bash
npm run build
```

And you can run the exported app by running the following command.

```bash
npm run serve
```