MapClass

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

O que é MapClass?

MapClass é uma extensão do Chrome desenvolvida por http://sites.google.com/site/appsbygarystump, e sua principal característica é "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MapClass

Baixe arquivos de extensão MapClass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
URL Oficial https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Descrição App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Tamanho do Arquivo 3.68 MB
Contagem de Instalações 259
Versão Atual 1.3
Última Atualização 2015-09-02
Data de Publicação 2015-09-02
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor http://sites.google.com/site/appsbygarystump
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}