MapClass

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

Cos'è MapClass?

MapClass è un'estensione di Chrome sviluppata da http://sites.google.com/site/appsbygarystump, e la sua funzione principale è "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MapClass

Scarica i file di estensione MapClass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
URL Ufficiale https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Descrizione App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Dimensione del File 3.68 MB
Conteggio Installazioni 259
Versione Corrente 1.3
Ultimo Aggiornamento 2015-09-02
Data di Pubblicazione 2015-09-02
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore http://sites.google.com/site/appsbygarystump
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}