KWT - Keyboarding Without Tears
Link to KWT
KWT - Keyboarding Without Tears란 무엇입니까?
KWT - Keyboarding Without Tears은(는) http://lwtears.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link to KWT"입니다.
확장 프로그램 스크린샷
KWT - Keyboarding Without Tears 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Single sign on access to the Keyboarding Without Tears K-5 student curriculum. This app is available for licensed students of Keyboarding Without Tears web-based program and serve as a companion app for touch-typing practice for students using Google single sign on. Students can login and access their Keyboarding Without Tears activities assigned to them by their educator. An existing educator account in +Live Insights educator dashboard is required to access the app. The Keyboarding Without Tears K-5 curriculum features: • Effective, game-based activities • Pre-keyboarding and touch-typing lessons • Developmentally appropriate lessons by grade • Easy online progress monitoring • Digital citizenship and general computer readiness activities • Strong English Language & Arts and other Cross-Curricular connections
확장 프로그램 기본 정보
이름 | |
ID | oknhcocipgkcigllncepilejpkaeefok |
공식 URL | https://chrome.google.com/webstore/detail/kwt-keyboarding-without-t/oknhcocipgkcigllncepilejpkaeefok |
설명 | Link to KWT |
파일 크기 | 7.52 KB |
설치 횟수 | 15,405 |
현재 버전 | 0.1.3.2 |
최근 업데이트 | 2020-07-21 |
출시 날짜 | 2019-08-31 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://lwtears.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KWT - Keyboarding Without Tears", "version": "0.1.3.2", "manifest_version": 2, "description": "Link to KWT", "minimum_chrome_version": "23", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "kwt_icon.png" }, "default_title": "KWT - Keyboarding Without Tears" }, "icons": { "128": "kwt_icon.png" } } |