OpenAI ChatGPT Mini
Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Qu'est-ce que OpenAI ChatGPT Mini ?
OpenAI ChatGPT Mini est une extension Chrome développée par Amal, et sa fonction principale est "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenAI ChatGPT Mini
Téléchargez les fichiers d'extension OpenAI ChatGPT Mini au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OpenAI ChatGPT Mini |
ID | iimdmhmbedafhnjdccafpegfkadhkpoj |
URL Officiel | https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj |
Description | Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace. |
Taille du Fichier | 10.22 KB |
Nombre d'Installations | 812 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-27 |
Date de Publication | 2023-03-26 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Amal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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." } |