Mathfillin for Chrome

Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.

Mathfillin for Chrome क्या है?

Mathfillin for Chrome https://www.mathfillin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Mathfillin is a simple puzzle game that may challenge your thinking skill. It is as simple as clicking on a bunch of numbers to complete an equation. Difficulty levels include "Easy" which is just filling up 3 numbers; "Moderate" - to fill up 4 numbers; "Difficult" - to fill up 5; and "Extreme" which may get you thinking for a while.

Mathfillin's order of operation is MDAS. Meaning, Multiplication should start first, then division, then Addition followed by Subtraction.

Enjoy!                    

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

नाम Mathfillin for Chrome Mathfillin for Chrome
ID jinaacjjhkedphhhbhlcomcfigbmajmh
आधिकारिक URL https://chromewebstore.google.com/detail/mathfillin-for-chrome/jinaacjjhkedphhhbhlcomcfigbmajmh
विवरण Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.
फ़ाइल का आकार 48.13 KB
स्थापना संख्या 164
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-05-30
प्रकाशन तिथि 2015-05-29
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर https://www.mathfillin.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mathfillin for Chrome",
    "description": "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.",
    "version": "1.0.2",
    "short_name": "Mathfillin",
    "browser_action": {
        "default_icon": "mathfillin32x32.png",
        "default_title": "Mathfillin",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.3.min.js",
                "mathfillin.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "mathfillin32x32.png",
        "64": "mathfillin64x64.png",
        "128": "mathfillin128x128.png"
    }
}