WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Math solver with steps

Math solver with steps

View on Chrome Web Store
View Math solver with steps Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (14 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Math problem solver is a Chrome extension to solve math by photo. Take a photo and get step-by-step ai math solution.
Type
Extension
Users
690 users
10
WordSuperb
View author page of WordSuperb
Published
Published on December 9, 2024
Version 1.1.8
Manifest version
3
Updated
Updated on March 5, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Math solver with steps 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",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.1.8",
    "manifest_version": 3,
    "icons": {
        "260": "icon-default.png"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "action": {
        "default_icon": {
            "260": "icon-default.png"
        },
        "default_title": "AI Math"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*img\/icons\/*",
                "*scripts\/vendors\/*",
                "*scripts\/common\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [],
            "js": [
                "scripts\/vendors\/webcomponents-bundle.js",
                "scripts\/vendors\/html2canvas.min.js",
                "scripts\/functions\/getUuid.js",
                "scripts\/functions\/getUserId.js",
                "scripts\/functions\/createElement.js",
                "scripts\/services\/EventService.js",
                "scripts\/services\/AnalyticsService.js",
                "scripts\/components\/CaptureComponent.js",
                "scripts\/onPage.js"
            ],
            "persistent": false
        }
    ]
}
© 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