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
Eメール [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."
}