A tiny Chrome extension that groups your open tabs by site (e.g. all your LinkedIn tabs merge into one "LinkedIn" group, all your GitHub tabs into a "GitHub" group, etc.) with auto-generated labels and colors.

I was really annoyed at how messy and unorganized my tabs always got, so I made this. It's not much, but it's cool to me.
Ctrl+Shift+G / Cmd+Shift+G on Mac).To close, rename, or ungroup a single group, right-click its colored label directly in Chrome's tab bar. That's a built-in Chrome feature, not something this extension needs to add.
chrome://extensions.This extension makes zero network requests. It only reads tab
metadata (URL, title) through Chrome's local tabs / tabGroups APIs to
decide how to group your tabs. Nothing is sent anywhere, logged, or
stored outside your browser. There is no analytics, telemetry, or tracking
code of any kind.
tabs: read tab URLs/titles to group by domain, and move tabs into
groups.tabGroups: create, rename, and color tab groups.No host_permissions are requested, and no content scripts run on any
page.
MIT
6 commits
JavaScript
81.4%
CSS
12.1%
HTML
6.5%
A tiny Chrome extension that groups your open tabs by site (e.g. all your LinkedIn tabs merge into one "LinkedIn" group, all your GitHub tabs into a "GitHub" group, etc.) with auto-generated labels and colors.

I was really annoyed at how messy and unorganized my tabs always got, so I made this. It's not much, but it's cool to me.
Ctrl+Shift+G / Cmd+Shift+G on Mac).To close, rename, or ungroup a single group, right-click its colored label directly in Chrome's tab bar. That's a built-in Chrome feature, not something this extension needs to add.
chrome://extensions.This extension makes zero network requests. It only reads tab
metadata (URL, title) through Chrome's local tabs / tabGroups APIs to
decide how to group your tabs. Nothing is sent anywhere, logged, or
stored outside your browser. There is no analytics, telemetry, or tracking
code of any kind.
tabs: read tab URLs/titles to group by domain, and move tabs into
groups.tabGroups: create, rename, and color tab groups.No host_permissions are requested, and no content scripts run on any
page.
MIT
6 commits
JavaScript
81.4%
CSS
12.1%
HTML
6.5%