Auto-Collapse Tab Groups

Automatically collapse unfocused tab groups.

Auto-Collapse Tab Groupsとは何ですか?

Auto-Collapse Tab Groupsはflorian.reuschel.devによって開発されたChromeの拡張機能で、その主な機能は「Automatically collapse unfocused tab groups.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Auto-Collapse Tab Groups拡張機能のCRXファイルをダウンロード

Auto-Collapse Tab Groups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you a tab hoarder? Organize your tabs in tab groups and never get lost again by letting this extension collapse all tab groups that are not currently active.

Pairs well with the "Auto-Group Tabs" extension.                    

拡張機能の基本情報

名前 Auto-Collapse Tab Groups Auto-Collapse Tab Groups
ID dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
公式URL https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl
説明 Automatically collapse unfocused tab groups.
ファイルサイズ 27.22 KB
インストール数 280
現在のバージョン 0.0.1
最終更新日 2022-12-01
公開日 2022-12-01
評価 4.25/5 合計 4 レビュー
開発者 florian.reuschel.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/loilo/auto-collapse-tab-groups/
ヘルプページのURL https://github.com/loilo/auto-collapse-tab-groups/
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/loilo.de",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.mjs"
    },
    "permissions": [
        "tabGroups"
    ]
}