MapClass

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

¿Qué es MapClass?

MapClass es una extensión de Chrome desarrollada por http://sites.google.com/site/appsbygarystump, y su función principal es "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MapClass

Descarga archivos de extensión MapClass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
URL Oficial https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Descripción App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Tamaño del Archivo 3.68 MB
Cantidad de Instalaciones 259
Versión Actual 1.3
Última Actualización 2015-09-02
Fecha de Publicación 2015-09-02
Calificación 3.75/5 Total de 4 Calificaciones
Desarrollador http://sites.google.com/site/appsbygarystump
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}