ChatGPT Popup

Opens a ChatGPT window in the current page.

Qu'est-ce que ChatGPT Popup ?

ChatGPT Popup est une extension Chrome développée par dudethatscool1998, et sa fonction principale est "Opens a ChatGPT window in the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT Popup

Téléchargez les fichiers d'extension ChatGPT Popup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ChatGPT Popup ChatGPT Popup
ID eadebdogklibpjpahgbbfidpfllkgjmg
URL Officiel https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg
Description Opens a ChatGPT window in the current page.
Taille du Fichier 8.83 KB
Nombre d'Installations 213
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-12
Date de Publication 2023-04-12
Développeur dudethatscool1998
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}