OpenAI ChatGPT Mini
Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Was ist OpenAI ChatGPT Mini?
OpenAI ChatGPT Mini ist eine Chrome-Erweiterung, die von Amal entwickelt wurde, und ihr Hauptmerkmal ist "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".
Erweiterungsscreenshots
OpenAI ChatGPT Mini-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenAI ChatGPT Mini-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
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.
Grundlegende Informationen zur Erweiterung
Name | OpenAI ChatGPT Mini |
ID | iimdmhmbedafhnjdccafpegfkadhkpoj |
Offizielle URL | https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj |
Beschreibung | Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace. |
Dateigröße | 10.22 KB |
Installationsanzahl | 812 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-03-27 |
Veröffentlichungsdatum | 2023-03-26 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Amal |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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." } |