应用截图

Group Tabs截图1

详细介绍

Group tabs by domain.

This is a Chrome extension that sorts and groups tabs.

# Features
* Sort tabs by URL
* Group tabs by domain
* Group tabs by domain (ignore sub-domain)
* Ungroup all tab group

# CHANGELOG

1.4.2
======

* Fix: Update dependencies.

1.4.1
======

* Fix: Fix sequence of grouped tab color.

1.4.0
======

* Feature: Not group for domain or sub-domain that has only 1 tab.

1.3.1
======

* Fix: Update dependencies.

1.3.0
======

* Feature: Remove duplicated tabs.

1.2.3
======

* Fix: ccTLD considerations (e.g. ``.co.jp``, ``.com.hk``).

1.2.2
======

* Fix: Remove attribute type domain (e.g. ``.lg.jp``).

1.2.1
=======

* Fix: Order of grouped tabs.

1.2.0
=======

* Feature: Group tabs by domain name ignore sub-domain.
* Refactor: Rewritten in TypeScript

1.1.0
=======

* Improvement: Sort tab group by title
* Fix: Tab group title shortly
* Fix: Sort function (sort url without ``www``)
* Fix: Tab group color being set not randomly

1.0.0
=======

* Release 🎉

https://github.com/michimani/chrome-tab-ex/blob/main/CHANGELOG.rst

# Access to data
This extension access all tabs, but uses only the URL of the site open in the tab. Use this information when sorting or grouping tabs.

----------------------------------------------------------------
これは、タブをソートしてグループ化する Chrome 拡張機能です。

# 機能
* URLでタブをソートする
* ドメインごとにタブをグループ化する
* サブドメインを無視してドメインごとにタブをグループ化する
* すべてのタブのグループ化を解除する

# 変更履歴

1.4.2
======

* 修正: 依存ライブラリの更新

1.4.1
======

* 修正: グループ化されたタブの色の順番を修正

1.4.0
======

* 機能: グループ化対象のタブが 1 つのみの場合はグループ化しない

1.3.1
======

* 修正: 依存ライブラリの更新

1.3.0
======

* 機能:重複したタブの削除

1.2.3
=======

* 修?