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とは何ですか?
MathGPT | AI Graph Calculatorはhttps://math-gpt.orgによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
MathGPT | AI Graph Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | MathGPT | AI Graph Calculator |
ID | dffihlbnfjbbpacpgojjjghlklcfkejp |
公式URL | https://chromewebstore.google.com/detail/mathgpt-ai-graph-calculat/dffihlbnfjbbpacpgojjjghlklcfkejp |
説明 | Enter an function description and watch MathGPT use AI to graph it for you on Desmos! MathGPT solves integrals and derivatives too! |
ファイルサイズ | 156 KB |
インストール数 | 40 |
現在のバージョン | 0.0.1 |
最終更新日 | 2023-12-28 |
公開日 | 2023-12-28 |
開発者 | https://math-gpt.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://math-gpt.org |
ヘルプページのURL | https://math-gpt.org |
プライバシーポリシーページのURL | https://math-gpt.org/privacy |
対応言語 | 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" ] } |