GoShip
How It WorksChallengesPricingEmployers
Sign InGet Started
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
BUILDMID

Build a Tab Manager Extension

60 minutes
0 completed
chrome-extensionmanifest-v3typescripttabs

Description

Build a Tab Manager Extension

Build a Chrome extension that helps manage browser tabs with grouping, search, and session save/restore.

Requirements

  • Popup UI showing all open tabs grouped by domain
  • Search/filter tabs by title or URL in real-time
  • One-click close duplicate tabs
  • Save current tab session with a name, restore later
  • Suspend inactive tabs to save memory (replace with placeholder page)
  • Keyboard shortcut to open the manager (Ctrl+Shift+T)
  • Technical Notes

    Use Chrome Extension Manifest V3. Use chrome.tabs, chrome.tabGroups, and chrome.storage APIs.

    Bonus Points

  • Tab group color coding
  • Export/import sessions as JSON
  • Memory usage display per tab
  • You will be guided through MCP setup before the timer starts