OpenAI ChatGPT Mini
Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Wat is OpenAI ChatGPT Mini?
OpenAI ChatGPT Mini is een Chrome-extensie ontwikkeld door Amal, en de belangrijkste functie is "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenAI ChatGPT Mini
Download OpenAI ChatGPT Mini-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OpenAI ChatGPT Mini |
ID | iimdmhmbedafhnjdccafpegfkadhkpoj |
Officiële URL | https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj |
Beschrijving | Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace. |
Bestandsgrootte | 10.22 KB |
Aantal Installaties | 812 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-27 |
Publicatiedatum | 2023-03-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Amal |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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." } |