Speed Typer
Chrome extension to practice typing speed and accuracy
Speed Typer란 무엇입니까?
Speed Typer은(는) Garrett Wesley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to practice typing speed and accuracy"입니다.
확장 프로그램 스크린샷
Speed Typer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See your typing speed and accuracy in real time! Stuck looking for each individual key when typing? Want to save time and increase your productivity? With the Speed Typer Chrome Extension, easily practice your typing skills at any time. Perfect for practicing while watching a video. This minimalistic extension allows users to analyze their progress over time through our interactive heat map corresponding to key accuracy! Features: • Practice your typing speed and accuracy • New dark theme option! • See your speed and accuracy in real time as you type • See your lifetime averages • Offline compatibility • A heat map of your keyboard accuracy by character
확장 프로그램 기본 정보
이름 | |
ID | eoefmbbcheodkhndmjkfjicobhiafano |
공식 URL | https://chromewebstore.google.com/detail/speed-typer/eoefmbbcheodkhndmjkfjicobhiafano |
설명 | Chrome extension to practice typing speed and accuracy |
파일 크기 | 79.17 KB |
설치 횟수 | 12,067 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2021-03-23 |
출시 날짜 | 2020-06-01 |
평점 | 4.62/5 총 119 개의 평점 |
개발자 | Garrett Wesley |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,fi,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3.2", "offline_enabled": true, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png" }, "default_popup": "src\/pages\/popup.html" }, "permissions": [ "storage" ] } |