Skip to content

otoneko1102/enhanced-tab-manager

Repository files navigation

Enhanced Tab Manager

Supported Languages

Stable Unstable (Beta)
EN / JA -

For correction requests, visit Issues.

Key Features

  • Auto Grouping: Automatically groups tabs based on URLs or custom patterns.
  • Save & Close: Save memory by saving all current tabs and closing them instantly.
  • Restore: Restore saved tabs anytime you need them.
  • Customization: Ignore specific protocols, subdomains (www), or query parameters for cleaner grouping.
  • Privacy: No tracking. All data is stored locally in your browser.

Description

English Take control of your browser tabs.
Enhanced Tab Manager automatically organizes your messy tabs into groups based on domain names or custom rules.
You can also "Save & Close" all open tabs to free up memory and restore them later from the popup list.
Ensuring fast performance without tracking your data.
We are open to feedback! Please feel free to open an issue on GitHub.
日本語 ブラウザのタブを、もっと自由に管理しよう。
Enhanced Tab Managerは、ドメイン名やカスタムルールに基づいて、散らばったタブを自動的にグループ化して整理します。
また、「すべてのタブを保存して閉じる」機能を使えば、メモリを解放しつつ、後でリストから簡単にタブを復元できます。
データの外部送信やトラッキングは一切行いません。
フィードバックはGithubのIssuesで受け付けています。機能の要望があればお気軽にどうぞ!
Logo

Pattern Matching Rules / パターンマッチングの仕様

You can use the following patterns to define group rules. グループの定義には以下のパターン記法が使用できます。

Pattern / 記法 Description / 説明 Match Example / 一致 No-Match / 不一致
word Smart Partial Match (Default)
Matches whole words/domains only.
単語境界を考慮した部分一致(デフォルト)
word.com
sub.word.org
sword.com
keywords.net
"exact.com" Exact Match
Matches the entire URL/Domain perfectly.
完全一致
exact.com sub.exact.com
exact.com/path
prefix* Starts With
Matches the beginning of the string.
前方一致
prefix-test.com my-prefix.com
*suffix Ends With
Matches the end of the string.
後方一致
test.suffix suffix.test
*.domain.com Subdomain Wildcard
Matches subdomains only.
サブドメインのみ一致
blog.domain.com domain.com
other.com
domain.* TLD Wildcard
Matches any Top Level Domain.
TLDワイルドカード
domain.com
domain.jp
my-domain.com

Note

Before matching, URLs are normalized based on your settings (e.g., removing https://, www., or query parameters). マッチングの前に、設定に基づいてURLの正規化(https://www.の削除など)が行われます。

Download

Get Support

If you have any questions or found a bug, please open an issue on GitHub.