ChatGPT Popup

Opens a ChatGPT window in the current page.

什麼是ChatGPT Popup?

ChatGPT Popup是由dudethatscool1998開發的Chrome擴展程式,該擴展的主要功能是“Opens a ChatGPT window in the current page.”。

擴展截圖

screenshot

下載ChatGPT Popup擴展crx文件

下載ChatGPT Popup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ChatGPT Popup is a simple and easy-to-use Chrome extension that lets you quickly access the powerful AI chatbot from OpenAI, ChatGPT. With just a click of a button, you can open a popup window with ChatGPT, where you can ask it any question and get a human-like response in seconds.

Whether you need help with homework, want to practice conversational skills, or just want to chat with an intelligent AI, ChatGPT Popup is the perfect tool for you. With its user-friendly interface, customizable settings, and powerful AI technology, ChatGPT Popup is a must-have for anyone who wants to learn, grow, and engage with the world in a new and exciting way.

So why wait? Install ChatGPT Popup today and start exploring the endless possibilities of AI-powered chat!                    

擴展基本資訊

名稱 ChatGPT Popup ChatGPT Popup
ID eadebdogklibpjpahgbbfidpfllkgjmg
官方網址 https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg
簡介 Opens a ChatGPT window in the current page.
檔案大小 8.83 KB
安裝次數 213
目前版本 1.0
更新時間 2023-04-12
上架時間 2023-04-12
開發者 dudethatscool1998
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Popup",
    "description": "Opens a ChatGPT window in the current page.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ]
        }
    ]
}