Math solver

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

Co je Math solver?

Math solver je rozšíření Chrome vyvinuté Explosion-Scratch, a jeho hlavní funkcí je „An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Math solver

Stáhněte si soubory rozšíření Math solver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
Oficiální URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Popis An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Velikost souboru 200 KB
Počet instalací 2,002
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-12-08
Datum Vydání 2021-12-08
Vývojář Explosion-Scratch
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}