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" ] } } |