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.”。
擴展截圖
下載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 |
ID | iimdmhmbedafhnjdccafpegfkadhkpoj |
官方網址 | 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." } |