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 είναι ένα πρόσθετο 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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mathfillin for Chrome
Λήψη αρχείων επέκτασης Mathfillin for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" } } |