Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Automatically group tabs by hostname in Chrome

License

Notifications You must be signed in to change notification settings

mkaput/chrome-extension-auto-group-tabs

Repository files navigation

Auto group tabs (Chrome Extension)

CI

This extension provides an action that groups ungrouped tabs of given window into groups with common hostname.

Maintains following properties:

  1. Only ungrouped and unpinned tabs are processed.
  2. Only http:// or https:// tabs are processed.
  3. Strips www. prefixes and other noise from hostnames (whenever makes sense).
  4. If at least 50% of tabs in an existing tab group share single hostname, will assign any free tabs to this group.
  5. Otherwise, ignores any other existing tab groups.
  6. If there are multiple existing groups fulfilling processing condition, tabs will be added to the last tab group.

About

Automatically group tabs by hostname in Chrome

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published