Math solver

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

Cos'è Math solver?

Math solver è un'estensione di Chrome sviluppata da Explosion-Scratch, e la sua funzione principale è "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Math solver

Scarica i file di estensione Math solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
URL Ufficiale https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Descrizione An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Dimensione del File 200 KB
Conteggio Installazioni 2,002
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-12-08
Data di Pubblicazione 2021-12-08
Sviluppatore Explosion-Scratch
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}