MapClass
App that helps students learn the locations, capitals, nicknames, and flags of states in the United States
MapClass là gì?
MapClass là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/appsbygarystump, và tính năng chính của nó là "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MapClass
Tải xuống các tệp mở rộng MapClass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | faedcegfohpjdncchlhlfcfinnfjmmjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/mapclass/faedcegfohpjdncchlhlfcfinnfjmmjc |
Mô tả | App that helps students learn the locations, capitals, nicknames, and flags of states in the United States |
Kích Thước Tệp | 3.68 MB |
Số Lần Cài Đặt | 259 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2015-09-02 |
Ngày Phát Hành | 2015-09-02 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://sites.google.com/site/appsbygarystump |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |