Vektor
Cognitive Training Platform.
什么是Vektor?
Vektor是由Cognition Matters开发的Chrome扩展程序,该扩展的主要功能是“Cognitive Training Platform.”。
扩展截图
下载Vektor扩展crx文件
下载Vektor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Vektor is designed to train cognitive functions and number sense in order to improve mathematical ability. It can be used by children without any prior knowledge of mathematics, but is also advanced enough for children with 1 or 2 years of schooling, or with specific mathematical disabilities or dyscalculia. It is recommended that a child completes at least 40 training sessions. In Vektor, children will have a magician avatar. By solving problems, they break the spell of the evil wizard and transform the animals back to being friendly again. Cognition Matters is a non-profit organization dedicated to making cutting edge cognitive neuroscience research available to children all over the world, through playful digital applications. While traditional education teaches facts, we give children tools that improve their problem solving capacity.
扩展基本信息
名称 | |
ID | mgacnpigmpcnodbbipaiplgdancablpm |
官方URL | https://chrome.google.com/webstore/detail/vektor/mgacnpigmpcnodbbipaiplgdancablpm |
简介 | Cognitive Training Platform. |
文件大小 | 27.41 MB |
安装次数 | 2,000 |
当前版本 | 1.8.8 |
更新时间 | 2020-04-14 |
上架时间 | 2020-04-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Cognition Matters |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vektor", "description": "Cognitive Training Platform.", "version": "1.8.8", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "default_title": "Google Mail" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": false, "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |