ChatGPT Explain
A ChatGPT Chrome Extension that explains concepts in a simple way
Was ist ChatGPT Explain?
ChatGPT Explain ist eine Chrome-Erweiterung, die von developer101 entwickelt wurde, und ihr Hauptmerkmal ist "A ChatGPT Chrome Extension that explains concepts in a simple way".
Erweiterungsscreenshots
ChatGPT Explain-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChatGPT Explain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | ChatGPT Explain |
ID | inllflnokfkadlfjmdimlngdniccmodp |
Offizielle URL | https://chromewebstore.google.com/detail/chatgpt-explain/inllflnokfkadlfjmdimlngdniccmodp |
Beschreibung | A ChatGPT Chrome Extension that explains concepts in a simple way |
Dateigröße | 97.03 KB |
Installationsanzahl | 721 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-03-18 |
Veröffentlichungsdatum | 2023-02-26 |
Bewertung | 4.59/5 Insgesamt 17 Bewertungen |
Entwickler | developer101 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*", " |