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文件
下载Speed Typer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Speed Typer |
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" ] } |