Skip to content

6mmLIU/clean-tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Tab

English | 中文

Clean Tab is a local-first new tab extension for Chrome and Chromium-based browsers. It turns the new tab page into a quiet personal command center for search, favorite sites, folders, lightweight widgets, and local backup.

Status: this project is not finished yet. It is a working local prototype, but it still needs release hardening, browser-store packaging, permission review, responsive QA, and more real-world testing before it should be treated as a finished product.

Clean Tab home screen

What It Does

Clean Tab replaces the browser's default new tab page with a fast, minimal workspace. The current build focuses on personal daily use rather than team sync or cloud accounts.

  • Search from the new tab page with built-in engines such as Google, Bing, Baidu, and GitHub.
  • Open URLs directly from the search box.
  • Keep local search history for faster repeated queries.
  • Organize websites into groups and folders.
  • Add, edit, delete, and reorder site tiles.
  • Use curated local brand icons, custom colors, and folder icons.
  • Toggle a compact, quiet interface with light/dark mode, density, and accent color settings.
  • Enable widgets for weather, calendar, todos, notes, countdowns, habits, quotes, and AI shortcuts.
  • Import browser bookmarks when the extension has bookmark access.
  • Export and restore JSON backups.
  • Store user data locally in the current browser profile through localStorage.

Screenshots

Settings

The settings panel controls the visual style, icon shape, folders, sidebar, widget visibility, search engines, imports, and backup/restore.

Clean Tab settings panel

Widgets

Widgets can be enabled as a focused dashboard layer without turning the new tab page into a heavy productivity app.

Clean Tab widgets

Local Finder

The local finder searches saved sites, groups, and folders from the current browser profile.

Clean Tab local finder

Current Architecture

The project is intentionally simple right now:

  • clean-tab-extension/manifest.json defines the Manifest V3 extension and new tab override.
  • clean-tab-extension/newtab.html provides the static extension entrypoint.
  • clean-tab-extension/newtab.js contains the local state model, rendering, interactions, imports, widgets, and backup/restore logic.
  • clean-tab-extension/styles.css contains the full visual system and responsive layout.
  • clean-tab-extension/brand-icons.js provides local icon metadata.
  • clean-tab-extension/THIRD_PARTY_NOTICES.md records third-party icon attribution.
  • docs/assets/ contains README screenshots captured from the current local UI.

There is no backend service, no account system, and no cloud database in the current version.

Local Installation

  1. Open Chrome or Edge.
  2. Go to the extensions page.
  3. Enable Developer mode.
  4. Choose "Load unpacked".
  5. Select clean-tab-extension/.
  6. Open a new tab to use Clean Tab.

Data And Privacy

Clean Tab is local-first in its current form. Saved sites, preferences, widgets, todos, notes, and backup state are kept in the current browser profile through localStorage.

Important limitations:

  • Data does not sync across devices automatically.
  • Clearing browser site data can remove Clean Tab data.
  • JSON backup/restore is the current migration path.
  • This is not designed for storing secrets.

Permissions

The current manifest includes:

  • chrome_url_overrides.newtab: used to replace the browser new tab page.
  • bookmarks: used for browser bookmark import.
  • Broad host permissions: currently present for metadata-related extension behavior and should be reviewed and narrowed before any public release.

Because the project is still unfinished, permissions should be audited again before publishing to the Chrome Web Store or making a public release.

Roadmap

  • Narrow extension permissions to the minimum required surface.
  • Add structured tests for state migration, backup/restore, search behavior, and bookmark import.
  • Improve mobile/narrow-window behavior for smaller Chromium windows.
  • Add import conflict handling and better duplicate detection.
  • Add a clearer onboarding path for first-time users.
  • Package a store-ready release build with icons, screenshots, and privacy notes.
  • Decide whether future sync should remain manual JSON only or use an optional user-controlled sync layer.

Project Status

This repository is being shared as a current development snapshot. The UI is usable locally, but the project is not complete and should not be presented as a finished extension yet.

About

Local-first browser new tab extension for search, sites, widgets and backups.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors