OpenAI ChatGPT Mini

Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.

Cos'è OpenAI ChatGPT Mini?

OpenAI ChatGPT Mini è un'estensione di Chrome sviluppata da Amal, e la sua funzione principale è "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OpenAI ChatGPT Mini

Scarica i file di estensione OpenAI ChatGPT Mini 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

                        Introducing OpenAI Chat Mini, a sleek Chrome extension that allows developers and AI enthusiasts to access chat.openai.com in a compact and convenient mini window. Stay connected with OpenAI Chat without switching tabs or leaving your current workspace. Ideal for multitasking, this extension makes it easy for devs to collaborate, learn, and explore while remaining focused on their projects. Built using manifest v3, OpenAI Chat Mini is compatible with the latest Chrome browser features, ensuring smooth performance and a seamless user experience.                    

Informazioni di Base sull'Estensione

Nome OpenAI ChatGPT Mini OpenAI ChatGPT Mini
ID iimdmhmbedafhnjdccafpegfkadhkpoj
URL Ufficiale https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj
Descrizione Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Dimensione del File 10.22 KB
Conteggio Installazioni 812
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-27
Data di Pubblicazione 2023-03-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Amal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenAI ChatGPT Mini",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace."
}