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.

Co je Archer - AI-powered math tutor?

Archer - AI-powered math tutor je rozšíření Chrome vyvinuté https://okarcher.com, a jeho hlavní funkcí je „An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Archer - AI-powered math tutor

Stáhněte si soubory rozšíření Archer - AI-powered math tutor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Archer - AI-powered math tutor Archer - AI-powered math tutor
ID ibabfmjgamhjoikjjcmhondjcadmkbag
Oficiální URL https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag
Popis An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.
Velikost souboru 992 KB
Počet instalací 54
Aktuální Verze 1.3
Poslední Aktualizace 2023-11-19
Datum Vydání 2023-08-22
Vývojář https://okarcher.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://okarcher.com
URL Stránky Nápovědy https://okarcher.com/about
URL Stránky Zásad Ochrany Soukromí https://okarcher.com/terms
Podporované Jazyky 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"
    }
}