TabTamer

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

Cos'è TabTamer?

TabTamer è un'estensione di Chrome sviluppata da https://prateeksurana.me, e la sua funzione principale è "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabTamer

Scarica i file di estensione TabTamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TabTamer TabTamer
ID nocccdpimiknfehopnbldcgiipebjjpj
URL Ufficiale https://chromewebstore.google.com/detail/tabtamer/nocccdpimiknfehopnbldcgiipebjjpj
Descrizione An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
Dimensione del File 15.54 KB
Conteggio Installazioni 67
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-02
Data di Pubblicazione 2023-04-01
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://prateeksurana.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}