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!

Co je MathGPT | AI Graph Calculator?

MathGPT | AI Graph Calculator je rozšíření Chrome vyvinuté https://math-gpt.org, a jeho hlavní funkcí je „Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MathGPT | AI Graph Calculator

Stáhněte si soubory rozšíření MathGPT | AI Graph Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název MathGPT | AI Graph Calculator MathGPT | AI Graph Calculator
ID dffihlbnfjbbpacpgojjjghlklcfkejp
Oficiální URL https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp
Popis Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!
Velikost souboru 156 KB
Počet instalací 40
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-12-28
Datum Vydání 2023-12-28
Vývojář https://math-gpt.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://math-gpt.org
URL Stránky Nápovědy https://math-gpt.org
URL Stránky Zásad Ochrany Soukromí https://math-gpt.org/privacy
Podporované Jazyky 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"
    ]
}