Math solver

An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…

Was ist Math solver?

Math solver ist eine Chrome-Erweiterung, die von Explosion-Scratch entwickelt wurde, und ihr Hauptmerkmal ist "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Math solver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Math solver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!                    

Grundlegende Informationen zur Erweiterung

Name Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
Offizielle URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Beschreibung An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Dateigröße 200 KB
Installationsanzahl 2,002
Aktuelle Version 0.0.1
Letztes Update 2021-12-08
Veröffentlichungsdatum 2021-12-08
Entwickler Explosion-Scratch
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math solver",
    "manifest_version": 2,
    "version": "0.0.1",
    "icons": {
        "16": "icon-16_x_16.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "math.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "math"
    },
    "permissions": []
}