WebExtension.net
Toggle dark mode
WebExtension.net

Solvely.ai - AI Homework Helper

View on Chrome Web Store
View Solvely.ai - AI Homework Helper Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (33 ratings)
1 new ratings
12 views
This extension has been viewed 12 times

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

Get homework help with screenshots. Crop questions and get step-by-step solutions from Solvely.ai.
Type
Extension
Users
8,000 users
1K
Website solvely.ai
solvelyextensions
View author page of solvelyextensions
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 25, 2024
Version 0.0.2
Manifest version
3
Updated
Updated on February 6, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Solvely.ai - AI Homework Helper 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": "Solvely.ai - AI Homework Helper",
    "description": "Get homework help with screenshots. Crop questions and get step-by-step solutions from Solvely.ai.",
    "version": "0.0.2",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Solvely.ai",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.solvely.ai\/*",
                "*:\/\/0.0.0.0\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/localhost\/*",
                "*:\/\/solvely.ai\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/probe.js"
            ],
            "world": "ISOLATED"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/screenshot.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/screenshot.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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