Qry


The Problem

If you have 30+ tabs open, finding the right one is slow. You either scan through tiny favicons or Ctrl+Tab through them one by one. Browser history and bookmarks live behind separate menus. There’s no single, fast way to search across everything and act on it from the keyboard.

What I Built

Qry command palette showing tab search
The command palette searching across open tabs

Qry is a Chrome extension that adds a Spotlight/VS Code-style command palette to the browser. Hit Cmd+Shift+Space and a search bar appears over any page. From there you can:

Everything is keyboard-driven. No mouse needed.

Qry palette overlaid on a webpage
The palette overlaid on any webpage — tab search with MRU ordering

How It Works

The extension runs across three isolated contexts that communicate via Chrome’s message passing API:

Qry actions menu
Action commands — snapshots, stash, split view, pin, mute
Qry bookmark search
Bookmark search with the :b prefix

Key Design Decisions

Features