Skip to content

Sam-Cleveland/simple-newtab

Repository files navigation

New Tab Chrome Extension

This project renders a customizable new-tab experience (shortcuts, multi-search, theme toggle) and can be loaded as a Chrome extension.

Build the extension

  1. Install dependencies: pnpm install (or npm install/yarn install).
  2. Produce a Chrome-safe bundle (renames _nextnext and strips reserved files): pnpm run build:extension.
    • This runs the static export and writes the extension-ready assets to extension/.

Load in Chrome

  1. Navigate to chrome://extensions.
  2. Toggle on Developer mode.
  3. Click Load unpacked and select the extension/ directory (not out/).
  4. Open a new tab to use the experience. Edit mode (pencil button) lets you manage shortcuts, search engines, and theme.

Notes:

  • The extension only needs access to load favicons from icons.duckduckgo.com; no other permissions are requested.
  • Re-run the build steps and reload the unpacked extension whenever you change the UI.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors