Mathfillin for Chrome
Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.
¿Qué es Mathfillin for Chrome?
Mathfillin for Chrome es una extensión de Chrome desarrollada por https://www.mathfillin.com, y su función principal es "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mathfillin for Chrome
Descarga archivos de extensión Mathfillin for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Mathfillin for Chrome |
ID | jinaacjjhkedphhhbhlcomcfigbmajmh |
URL Oficial | https://chromewebstore.google.com/detail/mathfillin-for-chrome/jinaacjjhkedphhhbhlcomcfigbmajmh |
Descripción | Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation. |
Tamaño del Archivo | 48.13 KB |
Cantidad de Instalaciones | 164 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-05-30 |
Fecha de Publicación | 2015-05-29 |
Calificación | 4.50/5 Total de 6 Calificaciones |
Desarrollador | https://www.mathfillin.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |