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 là gì?
Archer - AI-powered math tutor là một tiện ích mở rộng Chrome được phát triển bởi https://okarcher.com, và tính năng chính của nó là "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Archer - AI-powered math tutor
Tải xuống các tệp mở rộng Archer - AI-powered math tutor 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Archer - AI-powered math tutor |
ID | ibabfmjgamhjoikjjcmhondjcadmkbag |
URL Chính Thức | https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag |
Mô tả | An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds. |
Kích Thước Tệp | 992 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-11-19 |
Ngày Phát Hành | 2023-08-22 |
Nhà Phát Triển | https://okarcher.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://okarcher.com |
URL Trang Trợ Giúp | https://okarcher.com/about |
URL Trang Chính Sách Bảo Mật | https://okarcher.com/terms |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |