KWT - Keyboarding Without Tears

Link to KWT

O que é KWT - Keyboarding Without Tears?

KWT - Keyboarding Without Tears é uma extensão do Chrome desenvolvida por http://lwtears.com, e sua principal característica é "Link to KWT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KWT - Keyboarding Without Tears

Baixe arquivos de extensão KWT - Keyboarding Without Tears no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome KWT - Keyboarding Without Tears KWT - Keyboarding Without Tears
ID oknhcocipgkcigllncepilejpkaeefok
URL Oficial https://chrome.google.com/webstore/detail/kwt-keyboarding-without-t/oknhcocipgkcigllncepilejpkaeefok
Descrição Link to KWT
Tamanho do Arquivo 7.52 KB
Contagem de Instalações 15,405
Versão Atual 0.1.3.2
Última Atualização 2020-07-21
Data de Publicação 2019-08-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://lwtears.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}