Chromium Extension
Recent Tabs tracks your most recently used tabs, lets you jump back with one shortcut, and restores recently closed tabs without sending browsing data anywhere.
Jump back through tabs in the order you actually used them, not fixed left-to-right order.
Open the popup and restore the exact tab or window you closed a moment ago.
Default shortcuts work out of the box and can be remapped from Chrome shortcut settings.
Recent tab history stays inside the browser extension. No account, no sync, no tracking.
1. Install workspace dependencies
pnpm install2. Build the extension
pnpm --filter extension build3. Open chrome://extensions
Turn on Developer Mode in the top-right corner.
4. Click Load unpacked
Select apps/extension/dist from this repo.
5. Set your preferred shortcuts
Open chrome://extensions/shortcuts and remap the command if the default conflicts with your setup.
Switch to the previous tab
Windows/Linux: Ctrl+Shift+V
macOS: ⇧⌘V
Open the Recent Tabs popup
Windows/Linux: Ctrl+Shift+U
macOS: ⇧⌘U
This build targets Chrome and other Chromium browsers that support Manifest V3. Chrome is the primary target. Edge and Brave should work with the same unpacked build. Firefox is not included in this first implementation.