MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Co je MapClass?
MapClass je rozšíření Chrome vyvinuté http://sites.google.com/site/appsbygarystump, a jeho hlavní funkcí je „App that helps students learn the locations, capitals, nicknames, and flags of states in the United States“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MapClass
Stáhněte si soubory rozšíření MapClass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
Oficiální URL | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Popis | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
Velikost souboru | 3.68 MB |
Počet instalací | 259 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2015-09-02 |
Datum Vydání | 2015-09-02 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | http://sites.google.com/site/appsbygarystump |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |