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!
¿Qué es MathGPT | AI Graph Calculator?
MathGPT | AI Graph Calculator es una extensión de Chrome desarrollada por https://math-gpt.org, y su función principal es "Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MathGPT | AI Graph Calculator
Descarga archivos de extensión MathGPT | AI Graph Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | MathGPT | AI Graph Calculator |
ID | dffihlbnfjbbpacpgojjjghlklcfkejp |
URL Oficial | https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp |
Descripción | Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too! |
Tamaño del Archivo | 156 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-12-28 |
Fecha de Publicación | 2023-12-28 |
Desarrollador | https://math-gpt.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://math-gpt.org |
URL de la Página de Ayuda | https://math-gpt.org |
URL de la Página de Política de Privacidad | https://math-gpt.org/privacy |
Idiomas Soportados | 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" ] } |