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" } } |