WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Math AI

Math AI

View on Chrome Web Store
View Math AI Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (807 ratings)
2 new ratings
28 views
This extension has been viewed 28 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Math AI, the powerful ai math solver and mathgpt! Simply take a screenshot and solve any math question step-by-step!
Type
Extension
Users
10,000 users
10K
Website mathai.online
Andrew Kalita
View author page of Andrew Kalita
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 4, 2024
Version 2.9
Manifest version
3
Updated
Updated on May 22, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Math AI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "2.9",
    "icons": {
        "16": "\/icons\/logo-16.png",
        "32": "\/icons\/logo-128.png",
        "48": "\/icons\/logo-128.png",
        "128": "\/icons\/logo-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvyLU3KtQojP4AfzAAvm7RH4HdpbdVCkF1CSZK9zrNccHKh9SrwkznR51cwaeyci4jQUVSn7W\/JT5INeZ8lBNh+rulZSOkYAgNgeUs4Pkf2C33ODkZjEm2qr\/9gTorQ1aPZlN7rocyevBG2QasHlCPoOhgeIzMy9J97FjPZkfEQv5X4fngHDVi2rRbWElObxKN71oTXAMRBibKX\/N6lpeibVRyFl\/7\/rWTAawCkFO3jarCzt\/2K3jEw9hWT1PZfAxVscGgod0F9LxYM69zV5caNhaqMo3JpSgNAkiDW908+RTQusKPSZm0HTbFp3u5fgANpU3t0T4dOSiVHhoVUg6\/wIDAQAB",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "activeTab",
        "cookies",
        "tabs",
        "sidePanel"
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    },
    "action": [],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "\/fonts\/*",
                "\/content-scripts\/main.css"
            ],
            "use_dynamic_url": false
        },
        {
            "resources": [
                "content-scripts\/main.css"
            ],
            "matches": []
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mathai.online\/onboarding*",
                "https:\/\/mathai.online\/payment*"
            ],
            "js": [
                "content-scripts\/communication.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top