8000 GitHub - Seenko/new-tab: A New Tab page extension for Chrome made with Vue 3 + Vite + Tailwind. Fully modular with a variety of widgets to drag and drop around.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ new-tab Public

A New Tab page extension for Chrome made with Vue 3 + Vite + Tailwind. Fully modular with a variety of widgets to drag and drop around.

Notifications You must be signed in to change notification settings

Seenko/new-tab

Repository files navigation

Custom New Tab Page

A New Tab page extension for Chrome made with Vue 3 + Vite + Tailwind. Fully modular with a variety of widgets to drag and drop around.

This is a personal project and it has not been published to the Chrome Web Store for use, if you want to though, feel free to download, build and load as an unpacked extension. If it isn't obvious, use this application at your own risk, if things don't work quite right you may open an issue on this repository, but there's no guarantee that it will be looked over.

API Endpoints need to be set in the environment variables.

API Keys can be defined on the Settings panel (for easy hot-swap) or through environment variables (check .env.example) as a null fallback.

The code here won't be pretty, as this is just a for fun personal project. There is also no Component Stories nor Unit Tests.

This does not use any external pre-made UI libraries, all UI elements are built from the ground up.

Development

There's a devcontainer that you can use, so, use it.

Installation

Just install the node_modules and run the build script.

The build script will also run the lint script.

Once the build completes, it will output the final extension in the dist folder which then can be loaded as an unpacked extension through Chrome's extension page (make sure you have extension developer mode turned on in chrome)

Here's an example video of how the application looks like in case you're just curious:

example.mp4

About

A New Tab page extension for Chrome made with Vue 3 + Vite + Tailwind. Fully modular with a variety of widgets to drag and drop around.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0