MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
Apa itu MapClass?
MapClass adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/appsbygarystump, dan fitur utamanya adalah "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MapClass
Unduh file ekstensi MapClass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
URL Resmi | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Deskripsi | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
Ukuran File | 3.68 MB |
Jumlah Instalasi | 259 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-09-02 |
Tanggal Publikasi | 2015-09-02 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | http://sites.google.com/site/appsbygarystump |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |