Mathfillin for Chrome

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

Co je Mathfillin for Chrome?

Mathfillin for Chrome je rozšíření Chrome vyvinuté https://www.mathfillin.com, a jeho hlavní funkcí je „Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mathfillin for Chrome

Stáhněte si soubory rozšíření Mathfillin for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Mathfillin for Chrome Mathfillin for Chrome
ID jinaacjjhkedphhhbhlcomcfigbmajmh
Oficiální URL https://chromewebstore.google.com/detail/mathfillin-for-chrome/jinaacjjhkedphhhbhlcomcfigbmajmh
Popis Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.
Velikost souboru 48.13 KB
Počet instalací 164
Aktuální Verze 1.0.2
Poslední Aktualizace 2015-05-30
Datum Vydání 2015-05-29
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář https://www.mathfillin.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}