A Chrome extension that automatically groups tabs based on configurable regex.
Set up a regex eg ID-\d+ and matched tabs will be grouped like:
- ID-1234
- ID-1234 my Jira example
- GitHub PR Referencing ID-1234
- ID-2345
- ID-2345 another Jira ticket
- Another PR for ID-2345
- ID-2345 design doc
- Open chrome://extensions
- Enable Developer mode (top-right toggle)
- Click Load unpacked and select the
chrome-autosortdirectory
