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!

MathGPT | AI Graph Calculator là gì?

MathGPT | AI Graph Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://math-gpt.org, và tính năng chính của nó là "Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MathGPT | AI Graph Calculator

Tải xuống các tệp mở rộng MathGPT | AI Graph Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MathGPT | AI Graph Calculator MathGPT | AI Graph Calculator
ID dffihlbnfjbbpacpgojjjghlklcfkejp
URL Chính Thức https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp
Mô tả Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too!
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2023-12-28
Nhà Phát Triển https://math-gpt.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://math-gpt.org
URL Trang Trợ Giúp https://math-gpt.org
URL Trang Chính Sách Bảo Mật https://math-gpt.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}