Prizetyper
Practice typing famous quotes or compete against other users in a race through space to increase your typing speed
什么是Prizetyper?
Prizetyper是由http://prizetyper.com开发的Chrome扩展程序,该扩展的主要功能是“Practice typing famous quotes or compete against other users in a race through space to increase your typing speed”。
扩展截图
下载Prizetyper扩展crx文件
下载Prizetyper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Try our free typing tests and typing games. They're addicting. We make learning and improving your skills fun through typing informative, interesting and relevant quotes. If it takes 10,000 hours to master a skill - there's no better place to do it than Prizetyper! You can practice by yourself, compete against other users or friends in a race through space and enter to win prizes.
扩展基本信息
名称 | |
ID | eapfjlnglelpjinebkehikoheflhkpbk |
官方URL | https://chrome.google.com/webstore/detail/prizetyper/eapfjlnglelpjinebkehikoheflhkpbk |
简介 | Practice typing famous quotes or compete against other users in a race through space to increase your typing speed |
文件大小 | 52.63 KB |
安装次数 | 214 |
当前版本 | 1.0 |
更新时间 | 2016-11-28 |
上架时间 | 2016-11-28 |
评分 | 3.33/5 共3次评分 |
开发者 | http://prizetyper.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://prizetyper.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prizetyper", "description": "Practice typing famous quotes or compete against other users in a race through space to increase your typing speed", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "16.png" }, "icons": { "128": "128.png" } } |