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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}