MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
ما هو MapClass؟
MapClass هو إضافة Chrome تم تطويرها بواسطة http://sites.google.com/site/appsbygarystump، والميزة الرئيسية لها هي "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MapClass
قم بتنزيل ملفات الامتداد MapClass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |