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是由https://okarcher.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |