# Custom New Tab Page for Chrome — Workspace Dashboard (2026)

> Replace Chrome's blank new tab with a workspace dashboard: clock, search bar, workspace switcher, pinned tabs, and top sites. Each section toggleable.

- Canonical: https://www.superchargebrowser.com/features/new-tab-page/
- Extension: navigation
- Published: 2026-05-18
- Updated: 2026-08-10
- Source: SuperchargeBrowser (https://www.superchargebrowser.com)

Every new tab you open in Chrome is a dead end by default — a blank rectangle with a Google logo. SuperchargeNavigation can replace it with a dashboard that shows your workspaces, pinned tabs, most-visited sites, a live clock, and a unified search bar. It ships off, so nothing touches your new tab until you turn it on in Options. Once you do, one new tab tells you where you were and gets you back there.

## What's on the Dashboard

The page loads instantly from a bundled HTML file: no network requests, no framework overhead. Once the dashboard is on, six sections appear by default, each toggleable from settings:

**Clock and date.** A large 72px clock centered on the page. Lightweight, always accurate, no widget overhead.

**Unified search bar.** Type anything: the bar searches your open tabs, your named workspaces, and your Chrome bookmarks simultaneously. Results appear with favicons and a source badge (tab, workspace, or bookmark). Press Enter on a result to jump there, or press Enter with no match to run the query through your default search engine.

**Workspace switcher.** Every named workspace appears as a card. Each card shows the workspace name, favicon previews of up to five open tabs, the total tab count, and an active-state highlight (blue border) on your current workspace. Click any card to switch. The active workspace is always visible at a glance.

**Pinned tabs.** Your pinned tabs appear as a row of favicon icons below the workspace switcher. Click any favicon to jump to that tab.

**Top sites.** Your most-visited sites appear as a row of circular favicon icons, sourced from `chrome.history.search()`. Hover a site to reveal an ✕ button that removes it from the row permanently.

**Antigravity animation.** Floating particles on a canvas element behind the content. Purely visual, runs without blocking the main thread. Turn it off in settings for a completely static background.

## Settings Reference

| Setting | Default | Effect |
|---------|---------|--------|
| New tab page (master) | Off for new installs; on for existing users who already had it enabled | Dashboard stops rendering; the page forwards you on instead |
| When the master toggle is off, open | Google | Where the forward lands; accepts any http or https address |
| Clock | On | Shows or hides the large clock and date |
| Search bar | On | Shows or hides the unified search input |
| Workspace pills | On | Shows or hides the workspace card row |
| Pinned tabs | On | Shows or hides the pinned tab favicon row |
| Top sites | On | Shows or hides the most-visited sites row |
| Antigravity animation | On | Shows or hides the particle canvas |

All settings live in **Options → New tab page** (gear icon, top-right of the new tab, or via the extension options page).

## How It Compares

| Feature | Chrome default | Momentum | SuperchargeNavigation NTP |
|---------|---------------|----------|--------------------------|
| Workspace switcher | No | No | Yes — all named workspaces with favicons |
| Open-tab search | No | No | Yes — tabs + bookmarks + workspaces |
| Pinned tab shortcuts | No | No | Yes |
| Top sites | Yes | No | Yes |
| Clock | No | Yes | Yes |
| Photo/widget backgrounds | No | Yes (paid) | No — intentionally minimal |
| Requires account | No | Yes | No |
| Works offline | Yes | Partial | Yes — fully local |
| Syncs workspaces | No | No | Optional via Chrome Sync |

The design is intentional. No weather widgets, no inspirational quotes, no background photo subscription. The goal is a dashboard that loads before you think about loading, shows your actual browser state, and gets out of the way.

## Enabling or Disabling the Custom New Tab Page

New installs start with the dashboard off — new tabs forward to Google (or an address you set) until you turn it on. If you were already using the dashboard, your setting was left as it was. Two ways to flip it:

1. **From the new tab page:** when the dashboard is on, scroll to the bottom and click "Restore default new tab." A confirmation dialog appears. Confirm, and the SuperchargeNavigation new tab page stops showing the dashboard.
2. **From Options:** open the extension options page → **New tab page** section → flip the master toggle on or off.

Either path writes `nav.ntpEnabled` to local storage. Chrome has no API for an extension to release the new-tab registration while it's still installed and enabled, so the SuperchargeNavigation page keeps loading — it just detects the flag on load and forwards you on immediately, to Google by default or to an address you set in Options → New tab page → "When the master toggle is off, open." To hand the new tab to a different extension, install that extension after SuperchargeNavigation — Chrome awards it to whichever new-tab extension was installed most recently. Re-enable any time from Options with no reinstall needed.

## Privacy

The new tab page reads your open tabs, pinned tabs, named workspaces, and Chrome's top-sites list locally. Nothing leaves your device. No analytics, no external requests on load. The search bar sends a query to your default search engine only when you explicitly press Enter with no local match — the same behavior as typing in Chrome's address bar.

---

Canonical URL: https://www.superchargebrowser.com/features/new-tab-page/
