Close auto-grouped tabs

This extension helps neaten many tabs.

Close auto-grouped tabsとは何ですか?

Close auto-grouped tabsはたてじ丸によって開発されたChromeの拡張機能で、その主な機能は「This extension helps neaten many tabs.」です。

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

screenshot
screenshot
screenshot

Close auto-grouped tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension helps neaten many tabs.
Please try it to put tabs in apple-pie order!

🚀Features

⭐️The tool groups your tabs by websites. You can close a whole group of tabs.
⭐️It'll let you know with a toolbar badge when you have too many tabs.
⭐️You can undo an operational error of the close of tabs.                    

拡張機能の基本情報

名前 Close auto-grouped tabs Close auto-grouped tabs
ID dkddbbpphijckdhmlifdhejpeefopmbk
公式URL https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk
説明 This extension helps neaten many tabs.
ファイルサイズ 36.61 KB
インストール数 154
現在のバージョン 2.2.0
最終更新日 2024-01-04
公開日 2020-07-04
評価 5.00/5 合計 1 レビュー
開発者 たてじ丸
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://park15.wakwak.com/~tatejima/
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "sessions"
    ],
    "default_locale": "en"
}