MapClass

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

Qu'est-ce que MapClass ?

MapClass est une extension Chrome développée par http://sites.google.com/site/appsbygarystump, et sa fonction principale est "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MapClass

Téléchargez les fichiers d'extension MapClass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
URL Officiel https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Description App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Taille du Fichier 3.68 MB
Nombre d'Installations 259
Version Actuelle 1.3
Dernière Mise à Jour 2015-09-02
Date de Publication 2015-09-02
Évaluation 3.75/5 Total 4 Évaluations
Développeur http://sites.google.com/site/appsbygarystump
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}