https://github.com/khmm12/minimal-chrome-tab
When the default new tab has already annoyed you.
https://github.com/khmm12/minimal-chrome-tab
chrome-extension javascript new-tab new-tab-page panda-css solidjs typescript
Last synced: about 1 year ago
JSON representation
When the default new tab has already annoyed you.
- Host: GitHub
- URL: https://github.com/khmm12/minimal-chrome-tab
- Owner: khmm12
- Created: 2021-02-25T17:36:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T14:03:09.000Z (about 1 year ago)
- Last Synced: 2025-04-14T14:58:21.921Z (about 1 year ago)
- Topics: chrome-extension, javascript, new-tab, new-tab-page, panda-css, solidjs, typescript
- Language: TypeScript
- Homepage: https://khmm12.github.io/minimal-chrome-tab/
- Size: 9.32 MB
- Stars: 33
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> When the default new tab has already annoyed you
# Motivation
One day, I realized that the default new tab consumes resources even when it's not active. Ridiculous!
# Demo
Check out the [Demo page](https://khmm12.github.io/minimal-chrome-tab/) to see it in action!
# Advantages
- Lightweight ðŠķ
- Supports light/dark mode ð
- Nice look ð
- Suspends when is not active ð
- Blazing fast âĄïļ
- No analytics and spyware ðĩïļââïļ
# Screenshots
## Light mode

## Dark mode

# How to install the extension
You have two options:
1. Download and install the latest [nightly release](https://github.com/khmm12/minimal-chrome-tab/releases/download/nightly/minimal-chrome-tab.zip).
2. Build it yourself and install it. See [How to Build the Extension](#how-to-build-the-extension).
For more information on how to install an extension, refer to [Chrome's developer documentation](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).
# Development
To get started, follow these steps:
1. Install the dependencies:
```bash
pnpm i
```
2. Run the development server:
```bash
pnpm dev
```
# How to build the extension
To build the extension, use the following command:
```bash
pnpm build
```
After that, you can install the extension by loading the unpacked extension from the `dist` folder.