Tab Group Auto-Sorter
Automatically sort open tabs into groups by domain.
productivity
PlugThis prompt
Build a Chrome extension called "Tab Group Auto-Sorter" that automatically groups open tabs by domain using the chrome.tabGroups API. Provide a toolbar button and keyboard shortcut to trigger sorting. Assign a stable color to each domain (hash-based). Options page lets users define custom group names per domain (e.g., github.com → "Code"), exclude domains, and toggle auto-grouping on new tab creation. Permissions: tabs, tabGroups, storage. Manifest V3.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.