MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Hvad er MapClass?
MapClass er en Chrome-udvidelse udviklet af http://sites.google.com/site/appsbygarystump, og dens hovedfunktion er "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
Udvidelsesskærmbilleder
Download MapClass-udvidelses-CRX-fil
Download MapClass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
Officiel URL | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Beskrivelse | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
Filstørrelse | 3.68 MB |
Antal Installationer | 259 |
Nuværende Version | 1.3 |
Senest Opdateret | 2015-09-02 |
Udgivelsesdato | 2015-09-02 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | http://sites.google.com/site/appsbygarystump |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |