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是由Amal开发的Chrome扩展程序,该扩展的主要功能是“Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.”。

扩展截图

screenshot

下载OpenAI ChatGPT Mini扩展crx文件

下载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."
}