Typeing Practice Anywhere
Practice Keyboard Typing with any webpages.
什么是Typeing Practice Anywhere?
Typeing Practice Anywhere是由nw开发的Chrome扩展程序,该扩展的主要功能是“Practice Keyboard Typing with any webpages.”。
扩展截图
下载Typeing Practice Anywhere扩展crx文件
下载Typeing Practice Anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Typing Practice Anywhere is a chrome extension that motivates you to practice keyboard typing.
What It Does:
* Motivates typing practice with your favorite text to type.
* Shows typing practice overlay inside any webpages.
* Analyzes your typing performance.
Use Cases:
* Checking how fast you can type with the web content you interested in
* memorizing terminology / spelling / lyrics / phrases
* Learning foreign languages by typing foreign web contents
More detailed explanation with gif images is available in the following github page:
https://github.com/rrr-dw/typing_practice_anywhere 扩展基本信息
| 名称 | |
| ID | ndioekgfjeeapmocoohoboiaeigjeojg |
| 官方URL | https://chromewebstore.google.com/detail/typeing-practice-anywhere/ndioekgfjeeapmocoohoboiaeigjeojg |
| 简介 | Practice Keyboard Typing with any webpages. |
| 文件大小 | 151 KB |
| 安装次数 | 271 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2021-09-13 |
| 上架时间 | 2021-09-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | nw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/rrr-dw/typing_practice_anywhere |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Typeing Practice Anywhere",
"version": "0.1.1",
"description": "Practice Keyboard Typing with any webpages.",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Typing Practice Anywhere",
"default_icon": {
"128": "icon\/ty+128.png",
"48": "icon\/ty+48.png",
"16": "icon\/ty+16.png"
}
},
"icons": {
"128": "icon\/ty+128.png",
"48": "icon\/ty+48.png",
"16": "icon\/ty+16.png"
},
"content_scripts": [
{
"js": [
"contentScript.js"
],
"matches": [
" | |