OpenAI ChatGPT Mini

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

OpenAI ChatGPT Miniคืออะไร?

OpenAI ChatGPT Mini เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amal และคุณลักษณะหลักของมันคือ "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenAI ChatGPT Mini

ดาวน์โหลดไฟล์ส่วนขยาย OpenAI ChatGPT Mini ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenAI ChatGPT Mini OpenAI ChatGPT Mini
ID iimdmhmbedafhnjdccafpegfkadhkpoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj
คำอธิบาย Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
ขนาดไฟล์ 10.22 KB
จำนวนการติดตั้ง 812
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-27
วันที่เผยแพร่ 2023-03-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Amal
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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."
}