ChatGPT Explain

A ChatGPT Chrome Extension that explains concepts in a simple way

Qu'est-ce que ChatGPT Explain ?

ChatGPT Explain est une extension Chrome développée par developer101, et sa fonction principale est "A ChatGPT Chrome Extension that explains concepts in a simple way".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension ChatGPT Explain 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

                        Looking for a way to understand complex concepts with ease? Look no further than ChatGPT Explain, the Chrome extension that simplifies even the most challenging topics.

📚 Select any text on your screen and get concise, brief, or detailed explanations of the concepts it contains.

💡 Customize the amount of detail you receive, from a quick overview to an in-depth analysis.

⏰ Save time and effort by getting instant access to the information you need.

👩‍🎓 Perfect for students, professionals, or anyone who loves to learn new things.

🆓 Completely free to use and easy to install with just a few clicks.

With ChatGPT Explain, understanding new information has never been easier. Say goodbye to confusion and frustration and start learning with ease today!                    

Informations de Base sur l'Extension

Nom ChatGPT Explain ChatGPT Explain
ID inllflnokfkadlfjmdimlngdniccmodp
URL Officiel https://chromewebstore.google.com/detail/chatgpt-explain/inllflnokfkadlfjmdimlngdniccmodp
Description A ChatGPT Chrome Extension that explains concepts in a simple way
Taille du Fichier 97.03 KB
Nombre d'Installations 721
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-03-18
Date de Publication 2023-02-26
Évaluation 4.59/5 Total 17 Évaluations
Développeur developer101
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A ChatGPT Chrome Extension that explains concepts in a simple way",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "ChatGPT Explain",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}