MapClass

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

Was ist MapClass?

MapClass ist eine Chrome-Erweiterung, die von http://sites.google.com/site/appsbygarystump entwickelt wurde, und ihr Hauptmerkmal ist "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MapClass-Erweiterungs-CRX-Datei herunterladen

Laden Sie MapClass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
Offizielle URL https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Beschreibung App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Dateigröße 3.68 MB
Installationsanzahl 259
Aktuelle Version 1.3
Letztes Update 2015-09-02
Veröffentlichungsdatum 2015-09-02
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler http://sites.google.com/site/appsbygarystump
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}