Math solver

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

Vad är Math solver?

Math solver är en Chrome-tillägg utvecklad av Explosion-Scratch, och dess huvudfunktion är "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Math solver-förlängningens CRX-fil

Ladda ner Math solver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
Officiell webbadress https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
Beskrivning An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Filstorlek 200 KB
Antal Installationer 2,002
Aktuell Version 0.0.1
Senast Uppdaterad 2021-12-08
Publiceringsdatum 2021-12-08
Utvecklare Explosion-Scratch
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}