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开发的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扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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"
}
} | |