AI Group Tabs

Group your tabs with AI

Wat is AI Group Tabs?

AI Group Tabs is een Chrome-extensie ontwikkeld door xiayuhang1106, en de belangrijkste functie is "Group your tabs with AI".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AI Group Tabs

Download AI Group Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A Chrome extension helps you group your tabs with AI.                    

Basisinformatie over de Extensie

Naam AI Group Tabs AI Group Tabs
ID hihpejmkeabgeockcemeikfkkbdofhji
Officiële URL https://chromewebstore.google.com/detail/ai-group-tabs/hihpejmkeabgeockcemeikfkkbdofhji
Beschrijving Group your tabs with AI
Bestandsgrootte 865 KB
Aantal Installaties 520
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-12-17
Publicatiedatum 2023-12-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar xiayuhang1106
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MichaelYuhe/ai-group-tabs
Help Pagina-URL https://github.com/MichaelYuhe/ai-group-tabs
Ondersteunde Talen 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": [
        ""
    ]
}