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 |
| Eメール | [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"
}
} | |