A Chrome extension to record and reopen closed tabs.
- Automatically records closed tabs
- Search through closed tab history
- Reopen tabs with one click
- Exclude specific URLs from recording
- Configurable history size
- Clone the repository
- Install dependencies:
pnpm install - Build:
pnpm build - Load in Chrome:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
distfolder
- Open
- Click the extension icon to see your closed tab history
- Click any tab to reopen it
- Use the search bar to filter tabs
- Click the gear icon to open settings
- Configure max history items
- Add URL patterns to exclude from recording
pnpm dev # Start development server
pnpm test # Run unit tests
pnpm build # Build for production