ChatGPT Popup

Opens a ChatGPT window in the current page.

ChatGPT Popup là gì?

ChatGPT Popup là một tiện ích mở rộng Chrome được phát triển bởi dudethatscool1998, và tính năng chính của nó là "Opens a ChatGPT window in the current page.".

Ả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 ChatGPT Popup

Tải xuống các tệp mở rộng ChatGPT Popup 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

                        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!                    

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

Tên ChatGPT Popup ChatGPT Popup
ID eadebdogklibpjpahgbbfidpfllkgjmg
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg
Mô tả Opens a ChatGPT window in the current page.
Kích Thước Tệp 8.83 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2023-04-12
Nhà Phát Triển dudethatscool1998
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}