MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
What is MapClass?
MapClass is a Chrome extension developed by http://sites.google.com/site/appsbygarystump, and its main feature is "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
Extension Screenshots
Download MapClass Extension CRX File
Download MapClass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
Official URL | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Description | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
File Size | 3.68 MB |
Installation Count | 259 |
Current Version | 1.3 |
Last Updated | 2015-09-02 |
Publish Date | 2015-09-02 |
Rating | 3.75/5 Total 4 Ratings |
Developer | http://sites.google.com/site/appsbygarystump |
Payment Type | free |
Supported Languages | 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" ] } } |