KWT - Keyboarding Without Tears
Link to KWT
KWT - Keyboarding Without Tearsคืออะไร?
KWT - Keyboarding Without Tears เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lwtears.com และคุณลักษณะหลักของมันคือ "Link to KWT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KWT - Keyboarding Without Tears
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |