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 с друзьями, чтобы легко установить расширения 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" ] } } |