Bytelearn- AI Math Tutor

With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪.

什么是Bytelearn- AI Math Tutor?

Bytelearn- AI Math Tutor是由Bytelearn开发的Chrome扩展程序,该扩展的主要功能是“With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪.”。

扩展截图

screenshot
screenshot
screenshot

下载Bytelearn- AI Math Tutor扩展crx文件

下载Bytelearn- AI Math Tutor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test!  💪
Unlike systems that just give homework answers 🙄, Bytelearn coaches you step-by-step 🐾 through solving and understanding your math problem. 🙌

🌅24/7 live professional tutors + 😸Byte, the AI tutor
Byte and our team of highly capable human tutors are always ready to help, whenever you need.

💯Word problems + geometry + graphing
Unlike other systems that can’t hack it, Bytelearn helps you with every kind of math problem. 🔥

🎓6th grade through Calculus
Get help with any math class—6/7/8th, Algebra I, Geometry, Algebra II, Pre-Calculus, Calculus, and Statistics.

Ready to crush your math test? Let’s goooooooo! 🚀 bytelearn.com 🎉🥳🔥                    

扩展基本信息

名称 Bytelearn- AI Math Tutor Bytelearn- AI Math Tutor
ID majmmgdlohkicpkfnakahghpoobmncli
官方URL https://chromewebstore.google.com/detail/bytelearn-ai-math-tutor/majmmgdlohkicpkfnakahghpoobmncli
简介 With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪.
文件大小 184 KB
安装次数 2,038
当前版本 2.9.0
更新时间 2024-01-22
上架时间 2023-10-03
评分 5.00/5 共16次评分
开发者 Bytelearn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.bytelearn.com/
帮助页面URL https://www.bytelearn.com/
隐私政策页面URL https://www.bytelearn.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bytelearn- AI Math Tutor",
    "version": "2.9.0",
    "manifest_version": 3,
    "description": "With Bytelearn\u2019s unlimited, live tutor help, learn for real and crush your math test! \ud83d\udcaa.",
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'",
        "frame-src": [
            "'self'",
            "chrome-extension:\/\/*"
        ],
        "style-src": [
            "'self'"
        ],
        "font-src": [
            "'self'"
        ],
        "object-src": "'self'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bytelearn.ai\/student\/chat",
                "https:\/\/*.bytelearn.ai\/student\/assignment*",
                "https:\/\/*.bytelearn.ai\/student\/extension-*",
                "https:\/\/*.bytelearn.com\/student\/chat",
                "https:\/\/*.bytelearn.com\/student\/assignment*",
                "https:\/\/*.bytelearn.com\/student\/extension-*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": []
}