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.
Was ist Archer - AI-powered math tutor?
Archer - AI-powered math tutor ist eine Chrome-Erweiterung, die von https://okarcher.com entwickelt wurde, und ihr Hauptmerkmal ist "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.".
Erweiterungsscreenshots
Archer - AI-powered math tutor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Archer - AI-powered math tutor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Archer - AI-powered math tutor |
ID | ibabfmjgamhjoikjjcmhondjcadmkbag |
Offizielle URL | https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag |
Beschreibung | An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds. |
Dateigröße | 992 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.3 |
Letztes Update | 2023-11-19 |
Veröffentlichungsdatum | 2023-08-22 |
Entwickler | https://okarcher.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://okarcher.com |
Hilfeseite URL | https://okarcher.com/about |
URL der Datenschutzrichtlinien-Seite | https://okarcher.com/terms |
Unterstützte Sprachen | 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" } } |