Mathfillin for Chrome

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

Wat is Mathfillin for Chrome?

Mathfillin for Chrome is een Chrome-extensie ontwikkeld door https://www.mathfillin.com, en de belangrijkste functie is "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mathfillin for Chrome

Download Mathfillin for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Mathfillin for Chrome Mathfillin for Chrome
ID jinaacjjhkedphhhbhlcomcfigbmajmh
Officiële URL https://chromewebstore.google.com/detail/mathfillin-for-chrome/jinaacjjhkedphhhbhlcomcfigbmajmh
Beschrijving Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.
Bestandsgrootte 48.13 KB
Aantal Installaties 164
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-05-30
Publicatiedatum 2015-05-29
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.mathfillin.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}