MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
什么是MapClass?
MapClass是由http://sites.google.com/site/appsbygarystump开发的Chrome扩展程序,该扩展的主要功能是“App that helps students learn the locations, capitals, nicknames, and flags of states in the United States”。
扩展截图
下载MapClass扩展crx文件
下载MapClass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
官方URL | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
简介 | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
文件大小 | 3.68 MB |
安装次数 | 259 |
当前版本 | 1.3 |
更新时间 | 2015-09-02 |
上架时间 | 2015-09-02 |
评分 | 3.75/5 共4次评分 |
开发者 | http://sites.google.com/site/appsbygarystump |
付费类型 | free |
支持的语言 | 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" ] } } |