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文件
下載KWT - Keyboarding Without Tears擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |