Skip to content

Latest commit

 

History

History
139 lines (87 loc) · 4.35 KB

File metadata and controls

139 lines (87 loc) · 4.35 KB

NextTab

An efficiency-focused browser start page, clean and modern

GitHub License GitHub Release

English | 简体中文


📖 Table of Contents

Introduction

NextTab is a new tab page extension focused on boosting browser efficiency with a clean and modern design. Find and access your target websites faster, and focus on what truly matters.

Main Screenshot

✨ Key Features

  • 🔗 Efficient Quick Links - Fast access to frequently used websites with drag-and-drop sorting and a context menu for quick actions
  • 🎨 Personalized Backgrounds - Custom wallpapers with integrated Wallhaven high-quality wallpapers by default
  • Powerful Command Palette - Quick search for tabs, bookmarks, history, and more (continuously being developed)
  • ⌨️ Keyboard First - Comprehensive keyboard shortcut support for efficient operation
  • 📱 Responsive Design - Adapts to various screen sizes for a consistent experience
  • 🔒 Privacy Focused - Runs locally, no user data collection
  • 🌐 Cross-Device Sync - Sync data across multiple devices via MQTT protocol (optional & WIP)

📸 Feature Showcase

Quick Links

Access frequently used websites with one click, easily reorder by dragging:

Drag and Drop Demo

Smart Context Menu

Right-click on quick links to quickly access related tabs, bookmarks, and history:

Context Menu

Quick View Recent History

View recent visit history for a domain directly from the context menu, making it easy to return to previously browsed pages:

Quick History

Command Palette

Press Cmd/Ctrl + K to open the command palette for quick search and actions:

Command Palette

History Search Feature

History Search

Popup Interface

Popup Interface

  • Quickly access quick links without going to the New Tab page
  • One-click to add the current page to quick links

Installation

Install from Store

Chrome Web Store

Manual Installation (Development Build)

Please refer to the Development Guide for instructions on building and installing from source.

Development

If you want to contribute to development or customize the extension, please see the Development Guide.

The development guide includes:

  • Environment setup
  • Detailed project structure
  • Development workflow
  • Code standards
  • Build and testing

Quick Start

# Clone the project
git clone https://github.com/N0I0C0K/NextTab.git
cd NextTab

# Install dependencies
pnpm install

# Start development mode
pnpm dev

For more details, please refer to DEVELOPMENT.en.md.

Browser Support

  • ✅ Chrome/Edge (Recommended)
  • ✅ Firefox
  • ⚠️ Other Chromium-based browsers (Untested)

License

This project is licensed under the MIT License.


If you find this helpful, please give it a ⭐️ Star!

Made with ❤️ by N0I0C0K. Powered by chrome-extension-boilerplate-react-vite