OpenAI ChatGPT Mini

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

OpenAI ChatGPT Mini là gì?

OpenAI ChatGPT Mini là một tiện ích mở rộng Chrome được phát triển bởi Amal, và tính năng chính của nó là "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenAI ChatGPT Mini

Tải xuống các tệp mở rộng OpenAI ChatGPT Mini dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenAI ChatGPT Mini OpenAI ChatGPT Mini
ID iimdmhmbedafhnjdccafpegfkadhkpoj
URL Chính Thức https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj
Mô tả Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
Kích Thước Tệp 10.22 KB
Số Lần Cài Đặt 812
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-27
Ngày Phát Hành 2023-03-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Amal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
}