WebExtension.net
WebExtension.net

MathSolver

View on Chrome Web Store
View MathSolver Chrome Extension on Chrome Web Store
2.8 (16 ratings)

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

Math tool for Google Docs
Type
Extension
Users
100,000 users
Website wizkids.dk
Wizkids A/S
View author page of Wizkids A/S
Published
Published on November 22, 2019
Version 3.0.22
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View MathSolver Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MathSolver",
    "description": "__MSG_appDesc__",
    "version": "3.0.22",
    "version_name": "3.0.22",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/docs.google.com\/document\/d\/*",
                "*:\/\/docs.google.com\/document\/u\/*",
                "*:\/\/docs.google.com\/document\/before*",
                "*:\/\/docs.google.com\/document\/create*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "settings.html",
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.lingapps.dk\/*",
        "*:\/\/*.wizkids.dk\/*",
        "*:\/\/*.accounts.google.com\/*",
        "*:\/\/*.docs.google.com\/*",
        "*:\/\/login.microsoftonline.com\/*",
        "*:\/\/sso.emu.dk\/*",
        "*:\/\/atlas.uni-login.dk\/*",
        "*:\/\/broker.unilogin.dk\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "google-docs-integration.js",
                "triangle-calculator\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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