MapClass

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

MapClass क्या है?

MapClass 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 फ़ाइल डाउनलोड करें

crx प्रारूप में MapClass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}