Group Tab AI extension

Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.

What is Group Tab AI extension?

Group Tab AI extension is a Chrome extension developed by zhixuan, and its main feature is "Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Group Tab AI extension Extension CRX File

Download Group Tab AI extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.

GROUP WITH ONE PUSH

You can set a shortcut for it. And group tabs.                    

Extension Basic Information

Name Group Tab AI extension Group Tab AI extension
ID dcmhfejmjaknfkhdgbekkmejemlpdijj
Official URL https://chromewebstore.google.com/detail/group-tab-ai-extension/dcmhfejmjaknfkhdgbekkmejemlpdijj
Description Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.
File Size 14.75 MB
Installation Count 155
Current Version 1.4.2
Last Updated 2024-01-02
Publish Date 2023-04-11
Rating 3.17/5 Total 6 Ratings
Developer zhixuan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.4.2",
    "author": "zhixuan2333",
    "name": "Group Tab AI extension",
    "description": "Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/gif\/*.gif"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*\/*"
    ],
    "commands": {
        "all-tabs": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "Regrouping all tabs."
        },
        "ungroup-all-tabs": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Ungrouping all tabs."
        }
    }
}