AI Group Tabs

Group your tabs with AI

What is AI Group Tabs?

AI Group Tabs is a Chrome extension developed by xiayuhang1106, and its main feature is "Group your tabs with AI".

Extension Screenshots

screenshot

Download AI Group Tabs Extension CRX File

Download AI Group Tabs 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

                        A Chrome extension helps you group your tabs with AI.                    

Extension Basic Information

Name AI Group Tabs AI Group Tabs
ID hihpejmkeabgeockcemeikfkkbdofhji
Official URL https://chromewebstore.google.com/detail/ai-group-tabs/hihpejmkeabgeockcemeikfkkbdofhji
Description Group your tabs with AI
File Size 865 KB
Installation Count 520
Current Version 1.1.0
Last Updated 2023-12-17
Publish Date 2023-12-10
Rating 5.00/5 Total 1 Ratings
Developer xiayuhang1106
Email [email protected]
Payment Type free
Extension Website https://github.com/MichaelYuhe/ai-group-tabs
Help Page URL https://github.com/MichaelYuhe/ai-group-tabs
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Group Tabs",
    "description": "Group your tabs with AI",
    "version": "1.1.0",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "host_permissions": [
        ""
    ]
}