HITT - Handwriting Interactive Teaching Tool

Link to HITT

HITT - Handwriting Interactive Teaching Tool란 무엇입니까?

HITT - Handwriting Interactive Teaching Tool은(는) http://lwtears.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link to HITT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HITT - Handwriting Interactive Teaching Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        HITT: The Handwriting Interactive Teaching Tool™ is a comprehensive, digital teaching platform for handwriting instruction that works alongside the 2018 editions of the Handwriting Without Tears student workbooks. HITT offers many multi-media ways to teach a lesson with music, animations, and live teaching videos at your fingertips. Educators can manage all their handwriting lesson plans while reducing prep time with ready-to-teach lessons. HITT is flexible and can adjust its ready-made presentations to fit unique classroom needs while engaging different learning styles. It’s also easy for the educator to teach handwriting with little to no prep required.

 

HITT is compatible with any interactive whiteboard or projector to support classroom/group instruction and includes:

● Interactive digital workbook and teacher’s guide

● Multimedia options for teaching each lesson such as digital letter and number formations, award-winning video animations, music, and instructional, teacher-led videos

● Access to fun cross-curricular connections, supplemental lessons, and downloads

● Dynamic teaching guidelines and customizable lesson plans                    

확장 프로그램 기본 정보

이름 HITT - Handwriting Interactive Teaching Tool HITT - Handwriting Interactive Teaching Tool
ID cgdkgghpnebifadolefpaellpjnkldab
공식 URL https://chrome.google.com/webstore/detail/hitt-handwriting-interact/cgdkgghpnebifadolefpaellpjnkldab
설명 Link to HITT
파일 크기 7.81 KB
설치 횟수 1,464
현재 버전 0.1.3.2
최근 업데이트 2020-07-21
출시 날짜 2019-08-12
개발자 http://lwtears.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HITT - Handwriting Interactive Teaching Tool",
    "version": "0.1.3.2",
    "manifest_version": 2,
    "description": "Link to HITT",
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "hitt_icon.png"
        },
        "default_title": "HITT - Handwriting Interactive Teaching Tool"
    },
    "icons": {
        "128": "hitt_icon.png"
    }
}