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 |
官方網址 | 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" ] } } |