Math solver

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

Hvad er Math solver?

Math solver er en Chrome-udvidelse udviklet af Explosion-Scratch, og dens hovedfunktion er "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Math solver-udvidelses-CRX-fil

Download Math solver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
Officiel URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Beskrivelse An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Filstørrelse 200 KB
Antal Installationer 2,002
Nuværende Version 0.0.1
Senest Opdateret 2021-12-08
Udgivelsesdato 2021-12-08
Udvikler Explosion-Scratch
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}