A keyboard-driven command palette for browsers that provides quick access to tabs, bookmarks, and browser actions. Inspired by VS Code's command palette and Spotlight search.
- 🚀 Quick Tab Switching: Instantly switch between open tabs
- ⌨️ Keyboard-First: Designed for keyboard-centric navigation
- 🔍 Smart Search: Fuzzy search across tabs, commands, and history
- 📖 History Integration: Quick access to recently visited pages
- 🎯 Smart Suggestions: Shows most visited sites first
- ⚡ Lightweight: Fast and responsive with minimal overhead
- 🎨 Beautiful UI: Clean, modern interface with blur effects
- 🌙 Dark Mode: Matches your browser's theme
- Clone this repository:
git clone https://github.com/yourusername/browser-command-palette.git
- Install dependencies and build:
npm install
npm run build
- Load in your browser:
- Open
chrome://extensions
(Chrome),brave://extensions
(Brave), oredge://extensions
(Edge) - Enable "Developer mode"
- Click "Load unpacked"
- Select the
dist
folder
- Open
(Coming soon)
-
Open Command Palette:
- Mac:
⌘ + K
- Windows/Linux:
Ctrl + K
- Mac:
-
Available Commands:
New Tab
: Create a new tabClose Tab
: Close current tab- Type any URL or search term
- Type tab name to switch tabs
-
Navigation:
↑↓
: Navigate suggestionsEnter
: Select itemTab
: Autocomplete suggestionEsc
: Close palette
# Install dependencies
npm install
# Build extension
npm run build
# The extension will be built to ./dist
- ✓ Google Chrome 88+
- ✓ Microsoft Edge 88+
- ✓ Brave Browser 1.20+
MIT License - See LICENSE for details
Contributions are welcome! Please read our Contributing Guide for details.