Archer - AI-powered math tutor
An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.
Archer - AI-powered math tutorคืออะไร?
Archer - AI-powered math tutor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://okarcher.com และคุณลักษณะหลักของมันคือ "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Archer - AI-powered math tutor
ดาวน์โหลดไฟล์ส่วนขยาย Archer - AI-powered math tutor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Archer transforms your browser into a personalized AI-driven math classroom. Import and conquer math problems from any webpage or document effortlessly. For students, Archer not only guides you through solving problems at any difficulty level but also transcends language barriers by translating your assignments. Validate your solutions and understand better with Archer's help. Teachers can augment their teaching by integrating Archer's AI tutor into assignments, providing continuous, adaptive support to students as they work through challenges. Embrace the future of learning with Archer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Archer - AI-powered math tutor |
ID | ibabfmjgamhjoikjjcmhondjcadmkbag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag |
คำอธิบาย | An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds. |
ขนาดไฟล์ | 992 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-11-19 |
วันที่เผยแพร่ | 2023-08-22 |
ผู้พัฒนา | https://okarcher.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://okarcher.com |
URL หน้าช่วยเหลือ | https://okarcher.com/about |
URL หน้านโยบายความเป็นส่วนตัว | https://okarcher.com/terms |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Archer - AI-powered math tutor", "description": "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.", "version": "1.3", "manifest_version": 3, "author": "[email protected]", "action": { "default_popup": "\/views\/popup.html" }, "background": { "service_worker": "\/src\/background.module.js", "type": "module" }, "permissions": [ "activeTab", "scripting", "tabs", "contextMenus", "notifications", "cookies" ], "host_permissions": [ "*:\/\/*.okarcher.com\/", "*:\/\/*.deltamath.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.deltamath.com\/*" ], "js": [ "\/vendor\/browser-polyfill.min.js", "\/src\/environment.js", "\/src\/deltamath.js" ] } ], "icons": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon32.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" } } |