MathGPT | AI Graph Calculator
Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!
Wat is MathGPT | AI Graph Calculator?
MathGPT | AI Graph Calculator is een Chrome-extensie ontwikkeld door https://math-gpt.org, en de belangrijkste functie is "Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!".
Extensie Screenshots
Download het CRX-bestand van de extensie MathGPT | AI Graph Calculator
Download MathGPT | AI Graph Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
MathGPT's Desmos AI Grapher uses AI to graph any function on Desmos from just a text description of the function! Enter a description of your function, like "y=5x to the fifth", and MathGPT will graph the function for you, automatically! You can also use the MathGPT Desmos AI Grapher to solve integrals and derivatives from just a description. Try it out today and solve away! Basisinformatie over de Extensie
| Naam | |
| ID | dffihlbnfjbbpacpgojjjghlklcfkejp |
| Officiële URL | https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp |
| Beschrijving | Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too! |
| Bestandsgrootte | 156 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2023-12-28 |
| Publicatiedatum | 2023-12-28 |
| Ontwikkelaar | https://math-gpt.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://math-gpt.org |
| Help Pagina-URL | https://math-gpt.org |
| URL van de Privacybeleid Pagina | https://math-gpt.org/privacy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "0.0.1",
"author": "[email protected]",
"name": "MathGPT | AI Graph Calculator",
"description": "Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/www.desmos.com\/calculator"
]
} | |