KWT - Keyboarding Without Tears
Link to KWT
KWT - Keyboarding Without Tears là gì?
KWT - Keyboarding Without Tears là một tiện ích mở rộng Chrome được phát triển bởi http://lwtears.com, và tính năng chính của nó là "Link to KWT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KWT - Keyboarding Without Tears
Tải xuống các tệp mở rộng KWT - Keyboarding Without Tears dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oknhcocipgkcigllncepilejpkaeefok |
URL Chính Thức | https://chrome.google.com/webstore/detail/kwt-keyboarding-without-t/oknhcocipgkcigllncepilejpkaeefok |
Mô tả | Link to KWT |
Kích Thước Tệp | 7.52 KB |
Số Lần Cài Đặt | 15,405 |
Phiên Bản Hiện Tại | 0.1.3.2 |
Cập Nhật Lần Cuối | 2020-07-21 |
Ngày Phát Hành | 2019-08-31 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://lwtears.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |