AI Group Tabs

Group your tabs with AI

AI Group Tabsとは何ですか?

AI Group Tabsはxiayuhang1106によって開発されたChromeの拡張機能で、その主な機能は「Group your tabs with AI」です。

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

screenshot

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

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

拡張機能の使用方法

                        A Chrome extension helps you group your tabs with AI.                    

拡張機能の基本情報

名前 AI Group Tabs AI Group Tabs
ID hihpejmkeabgeockcemeikfkkbdofhji
公式URL https://chromewebstore.google.com/detail/ai-group-tabs/hihpejmkeabgeockcemeikfkkbdofhji
説明 Group your tabs with AI
ファイルサイズ 865 KB
インストール数 520
現在のバージョン 1.1.0
最終更新日 2023-12-17
公開日 2023-12-10
評価 5.00/5 合計 1 レビュー
開発者 xiayuhang1106
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MichaelYuhe/ai-group-tabs
ヘルプページのURL https://github.com/MichaelYuhe/ai-group-tabs
対応言語 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": [
        ""
    ]
}