TabTamer

An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.

Was ist TabTamer?

TabTamer ist eine Chrome-Erweiterung, die von https://prateeksurana.me entwickelt wurde, und ihr Hauptmerkmal ist "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.".

Erweiterungsscreenshots

screenshot

TabTamer-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabTamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This chrome extension lets you group tabs based on a simple prompt with the help of OpenAI’s GPT-3.

Disclaimer: To use this extension you would need to add your own API key, for which the instructions have been added when you first install the extension. The API key is safely stored in your browser's memory and never leaves your browser apart from making request to the OpenAI API.                    

Grundlegende Informationen zur Erweiterung

Name TabTamer TabTamer
ID nocccdpimiknfehopnbldcgiipebjjpj
Offizielle URL https://chromewebstore.google.com/detail/tabtamer/nocccdpimiknfehopnbldcgiipebjjpj
Beschreibung An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
Dateigröße 15.54 KB
Installationsanzahl 67
Aktuelle Version 1.0
Letztes Update 2023-04-02
Veröffentlichungsdatum 2023-04-01
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler https://prateeksurana.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabTamer",
    "description": "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TabTamer",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png",
            "256": "icons\/256x256.png"
        }
    }
}