OpenAI ChatGPT Mini
Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Apa itu OpenAI ChatGPT Mini?
OpenAI ChatGPT Mini adalah ekstensi Chrome yang dikembangkan oleh Amal, dan fitur utamanya adalah "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OpenAI ChatGPT Mini
Unduh file ekstensi OpenAI ChatGPT Mini dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OpenAI ChatGPT Mini |
ID | iimdmhmbedafhnjdccafpegfkadhkpoj |
URL Resmi | https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj |
Deskripsi | Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace. |
Ukuran File | 10.22 KB |
Jumlah Instalasi | 812 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-27 |
Tanggal Publikasi | 2023-03-26 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Amal |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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." } |