ChatGPT Explain

A ChatGPT Chrome Extension that explains concepts in a simple way

什么是ChatGPT Explain?

ChatGPT Explain是由developer101开发的Chrome扩展程序,该扩展的主要功能是“A ChatGPT Chrome Extension that explains concepts in a simple way”。

扩展截图

screenshot

下载ChatGPT Explain扩展crx文件

下载ChatGPT Explain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 ChatGPT Explain ChatGPT Explain
ID inllflnokfkadlfjmdimlngdniccmodp
官方URL https://chromewebstore.google.com/detail/chatgpt-explain/inllflnokfkadlfjmdimlngdniccmodp
简介 A ChatGPT Chrome Extension that explains concepts in a simple way
文件大小 97.03 KB
安装次数 721
当前版本 1.2.1
更新时间 2023-03-18
上架时间 2023-02-26
评分 4.59/5 共17次评分
开发者 developer101
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}