Auto Group Tab

Auto group your Chrome tabs

Auto Group Tabとは何ですか?

Auto Group TabはHuy Vuによって開発されたChromeの拡張機能で、その主な機能は「Auto group your Chrome tabs」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you.

[Require Chrome version 89]

How it works:

1. Define the groups and the addresses for each group
2. Open new tabs in your browser as usual
3. Click "Group Tab" to group all your tabs

***** See the video for a better instruction and demo *****

Jot a comment if you have any feedback for this extension, I'll reply you directly.                    

拡張機能の基本情報

名前 Auto Group Tab Auto Group Tab
ID ockjmhnpoiklcfkdpjfbebjepehbbbco
公式URL https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco
説明 Auto group your Chrome tabs
ファイルサイズ 230 KB
インストール数 25
現在のバージョン 1.0
最終更新日 2021-05-09
公開日 2021-05-08
開発者 Huy Vu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tab",
    "description": "Auto group your Chrome tabs",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}