Math solver

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

Qu'est-ce que Math solver ?

Math solver est une extension Chrome développée par Explosion-Scratch, et sa fonction principale est "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Math solver

Téléchargez les fichiers d'extension Math solver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
URL Officiel https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Description An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Taille du Fichier 200 KB
Nombre d'Installations 2,002
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-12-08
Date de Publication 2021-12-08
Développeur Explosion-Scratch
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}