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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://okarcher.com/about |
عنوان صفحة سياسة الخصوصية | 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" } } |