Skip to content

Group tabs automatically

When you open a link from a parent tab, the extension detects the action, consults your domain rules, and drops the new tab into a colored Chrome group with no manual action.

At the moment of the click, the extension remembers the targeted link. When the new tab opens, it applies your domain rule and creates the group.

The targeted link is remembered as soon as you right-click. The rest of the mechanism is identical.

  1. The global grouping toggle is on (popup or Settings page).
  2. A domain rule matches the domain of the tab being opened.
  3. That rule has its Grouping option enabled.

If any of these conditions is missing, the tab opens without being grouped.

When several child tabs open one after another from the same parent tab, they all land in the same group. No extra group is created. The Groups Created counter only increments when a new group is actually created.

If a second distinct parent tab triggers a rule, a separate new group is created. To avoid duplicate groups with the same name and color, the extension joins a pre-existing compatible group instead of creating a new one.

When several rules match the same domain, the rule placed highest in your list wins. You can reorder via drag and drop on the Domain Rules page.

The Chrome group color is set directly on the rule, in the Tab group color field of the Identity step of the wizard. It is independent of the category: two rules sharing the same category can have different colors.

Nine colors are available (the native Chrome group colors): grey, blue, red, yellow, green, pink, purple, cyan, orange.

The name shown on the group depends on the naming mode (groupNameSource) defined in the rule. Eight modes exist.

The extension uses the regexes inherited from the preset selected in the wizard to extract a name from the parent tab’s title or URL. Four variants depending on what happens if extraction fails:

ModeStep 1Step 2Step 3 (safety net)
SmartTitle extractionURL extractionNo grouping
Smart + PresetTitle extractionURL extractionFalls back to the selected preset
Smart + LabelTitle extractionURL extractionFalls back to the rule’s Group Name field (see below)
Smart + AskTitle extractionURL extractionUser prompt, ungroup if cancelled

A prompt appears each time a group would be created. If you cancel, the tabs that were just grouped are immediately ungrouped.

No regex, no extraction: every tab matching the domain lands in a group with a fixed name. Picking this mode in the Configuration step of the wizard unlocks a Group Name (fallbackLabel) field where you type that literal name. This field is independent of the rule’s identification Label, but it is also the safety net for the Smart + Label mode.

You write the regex yourself and choose where it is applied first.

ModeStep 1Step 2Step 3
TitleTitle extractionURL extractionNo grouping
URLURL extractionTitle extractionNo grouping

The extension runs the regex and keeps the content of the first capturing group (...). For example, ^([^·]+) against the title PROJ-42 · My Jira project returns PROJ-42.

Grouping is controlled at two independent levels:

  • Global level: the Grouping toggle in the popup or the Settings page. When it is off, an orange G badge appears on the extension icon.
  • Rule level: each rule has its own toggle in the list. Disabling a rule removes it from processing without deleting it.

The global toggle wins. If the global toggle is off, no rule applies, no matter its individual options.