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
Eメール [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"
    ]
}