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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Mathfillin for Chrome Mathfillin for Chrome
ID jinaacjjhkedphhhbhlcomcfigbmajmh
官方網址 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"
    }
}