Math solver

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

Math solver क्या है?

Math solver Explosion-Scratch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Math solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Math solver Math solver
ID fcmkdcldohbdlglienjjldifpahkkond
आधिकारिक URL https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond
विवरण An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
फ़ाइल का आकार 200 KB
स्थापना संख्या 2,002
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-12-08
प्रकाशन तिथि 2021-12-08
डेवलपर Explosion-Scratch
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": []
}