Skip to content

UUGTech/NewTab

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Summary

This static page created by Next.js is intended to replace chrome's new tab page. This is because 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, a fantastic color theme, and its wallpaper.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open 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:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Export

You can export by running following command.

npm run build

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

npm run serve

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published