Skip to content

cubedhuang/simple-new-tab

Repository files navigation

Simple New Tab

A minimalistic, configurable new tab page. Works with Chromium-based browsers and Firefox.

Screenshot

Features

  • Minimalistic design.
  • Easy to configure. Screenshot
  • A new quote every time you open a new tab.
  • Clock with the current local time.
  • Weather information in your area, powered by OpenWeather.
  • Your Discord status at a glance.
  • Import and export your settings. Screenshot

Build

  1. Clone the repository.
  2. Run pnpm i to install dependencies.
  3. Run pnpm build to build the extension.
  4. Load the extension from /dist as an unpacked extension into your browser.

Develop

  1. Clone the repository.
  2. Run pnpm i to install dependencies.
  3. Run pnpm dev to start a local development server.