Memorytest
Game develop memory and attention, which can be played in offline mode without registration for free.
Memorytest là gì?
Memorytest là một tiện ích mở rộng Chrome được phát triển bởi bakhirev.alexey, và tính năng chính của nó là "Game develop memory and attention, which can be played in offline mode without registration for free.".
Ả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 Memorytest
Tải xuống các tệp mở rộng Memorytest 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
Seek out a pair of identical cards. To do this, turn them around by clicking on them with the mouse. Playing the note will require you to a special perseverance and concentration. Mini Games on the development of attention, memory and thinking are ideal for both preschool children and adults.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Memorytest |
ID | nbknmdjiofjklcalhjmacachpmgknbpe |
URL Chính Thức | https://chromewebstore.google.com/detail/memorytest/nbknmdjiofjklcalhjmacachpmgknbpe |
Mô tả | Game develop memory and attention, which can be played in offline mode without registration for free. |
Kích Thước Tệp | 2.86 MB |
Số Lần Cài Đặt | 232 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-02-12 |
Ngày Phát Hành | 2013-02-12 |
Nhà Phát Triển | bakhirev.alexey |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Memorytest" }, "description": "Game develop memory and attention, which can be played in offline mode without registration for free.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.jpg", "128": "custom_icon_128.jpg" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/default.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Memorytest", "version": "1.0.0" } |