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.
O que é Archer - AI-powered math tutor?
Archer - AI-powered math tutor é uma extensão do Chrome desenvolvida por https://okarcher.com, e sua principal característica é "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Archer - AI-powered math tutor
Baixe arquivos de extensão Archer - AI-powered math tutor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Archer - AI-powered math tutor |
ID | ibabfmjgamhjoikjjcmhondjcadmkbag |
URL Oficial | https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag |
Descrição | An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds. |
Tamanho do Arquivo | 992 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.3 |
Última Atualização | 2023-11-19 |
Data de Publicação | 2023-08-22 |
Desenvolvedor | https://okarcher.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://okarcher.com |
URL da Página de Ajuda | https://okarcher.com/about |
URL da Página de Política de Privacidade | https://okarcher.com/terms |
Idiomas Suportados | 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" } } |