MapClass

App that helps students learn the locations, capitals, nicknames, and flags of states in the United States

MapClassคืออะไร?

MapClass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/appsbygarystump และคุณลักษณะหลักของมันคือ "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MapClass

ดาวน์โหลดไฟล์ส่วนขยาย MapClass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        MapClass is an educational app for students to learn the locations, capitals, nicknames, and flags of states in the United States. Along with learning mode, the app support five quiz modes that ask state locations, capitals, abbreviations, nicknames, and flags.

Key Words: United States, state, learning, geography, education                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
คำอธิบาย App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
ขนาดไฟล์ 3.68 MB
จำนวนการติดตั้ง 259
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-09-02
วันที่เผยแพร่ 2015-09-02
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://sites.google.com/site/appsbygarystump
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MapClass",
    "version": "1.3",
    "description": "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}