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!

O que é MathGPT | AI Graph Calculator?

MathGPT | AI Graph Calculator é uma extensão do Chrome desenvolvida por https://math-gpt.org, e sua principal característica é "Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MathGPT | AI Graph Calculator

Baixe arquivos de extensão MathGPT | AI Graph Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome MathGPT | AI Graph Calculator MathGPT | AI Graph Calculator
ID dffihlbnfjbbpacpgojjjghlklcfkejp
URL Oficial https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp
Descrição Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!
Tamanho do Arquivo 156 KB
Contagem de Instalações 40
Versão Atual 0.0.1
Última Atualização 2023-12-28
Data de Publicação 2023-12-28
Desenvolvedor https://math-gpt.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://math-gpt.org
URL da Página de Ajuda https://math-gpt.org
URL da Página de Política de Privacidade https://math-gpt.org/privacy
Idiomas Suportados 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"
    ]
}