MapClass

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

Co to jest MapClass?

MapClass to rozszerzenie Chrome opracowane przez http://sites.google.com/site/appsbygarystump, a jego główną funkcją jest „App that helps students learn the locations, capitals, nicknames, and flags of states in the United States”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MapClass

Pobierz pliki rozszerzeń MapClass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MapClass MapClass
ID faedcegfohpjdncchlhlfcfinnfjmmjc
Oficjalny URL https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc
Opis App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Rozmiar pliku 3.68 MB
Liczba instalacji 259
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-09-02
Data Publikacji 2015-09-02
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper http://sites.google.com/site/appsbygarystump
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}