OpenAI ChatGPT Mini

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

Hvad er OpenAI ChatGPT Mini?

OpenAI ChatGPT Mini er en Chrome-udvidelse udviklet af Amal, og dens hovedfunktion er "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".

Udvidelsesskærmbilleder

screenshot

Download OpenAI ChatGPT Mini-udvidelses-CRX-fil

Download OpenAI ChatGPT Mini-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OpenAI ChatGPT Mini OpenAI ChatGPT Mini
ID iimdmhmbedafhnjdccafpegfkadhkpoj
Officiel URL https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj
Beskrivelse Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Filstørrelse 10.22 KB
Antal Installationer 812
Nuværende Version 1.0
Senest Opdateret 2023-03-27
Udgivelsesdato 2023-03-26
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Amal
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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."
}