Vektor

Cognitive Training Platform.

Vektor란 무엇입니까?

Vektor은(는) Cognition Matters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cognitive Training Platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vektor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Vektor Vektor
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'"
}