MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Wat is MapClass?
MapClass is een Chrome-extensie ontwikkeld door http://sites.google.com/site/appsbygarystump, en de belangrijkste functie is "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
Extensie Screenshots
Download het CRX-bestand van de extensie MapClass
Download MapClass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
Officiële URL | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Beschrijving | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
Bestandsgrootte | 3.68 MB |
Aantal Installaties | 259 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-09-02 |
Publicatiedatum | 2015-09-02 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://sites.google.com/site/appsbygarystump |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |