TypeSpeed

Tells you how fast you type

什么是TypeSpeed?

TypeSpeed是由Foulack Ruacien开发的Chrome扩展程序,该扩展的主要功能是“Tells you how fast you type”。

扩展截图

screenshot

下载TypeSpeed扩展crx文件

下载TypeSpeed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will tell you how fast you type in Words Per Minute (WPM) during your regular browsing activities.  

KNOWN PROBLEMS: Does not detect WPM when typing in the Chrome omnibox,nor in Google Docs.  However, it will work on Microsoft OneDrive online word document editing.

******************************
In browser typing speed,in-browser,test,wpm,information,how fast do I type,fun typing tool tools                    

扩展基本信息

名称 TypeSpeed TypeSpeed
ID lcjpaegcgeiiidkmioidiabdljehcfno
官方URL https://chrome.google.com/webstore/detail/typespeed/lcjpaegcgeiiidkmioidiabdljehcfno
简介 Tells you how fast you type
文件大小 5.82 KB
安装次数 907
当前版本 0.0.0.1
更新时间 2016-01-05
上架时间 2016-01-05
评分 1.72/5 共18次评分
开发者 Foulack Ruacien
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TypeSpeed",
    "description": "Tells you how fast you type",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}