This extension provides an action that groups ungrouped tabs of given window into groups with common hostname.
Maintains following properties:
- Only ungrouped and unpinned tabs are processed.
- Only
http://
orhttps://
tabs are processed. - Strips
www.
prefixes and other noise from hostnames (whenever makes sense). - If at least 50% of tabs in an existing tab group share single hostname, will assign any free tabs to this group.
- Otherwise, ignores any other existing tab groups.
- If there are multiple existing groups fulfilling processing condition, tabs will be added to the last tab group.