KWT - Keyboarding Without Tears
Link to KWT
KWT - Keyboarding Without Tears क्या है?
KWT - Keyboarding Without Tears http://lwtears.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link to KWT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KWT - Keyboarding Without Tears एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |