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 |
官方網址 | 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'" } |