TypeSpeed

Tells you how fast you type

What is TypeSpeed?

TypeSpeed is a Chrome extension developed by Foulack Ruacien, and its main feature is "Tells you how fast you type".

Extension Screenshots

screenshot

Download TypeSpeed Extension CRX File

Download TypeSpeed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TypeSpeed TypeSpeed
ID lcjpaegcgeiiidkmioidiabdljehcfno
Official URL https://chrome.google.com/webstore/detail/typespeed/lcjpaegcgeiiidkmioidiabdljehcfno
Description Tells you how fast you type
File Size 5.82 KB
Installation Count 907
Current Version 0.0.0.1
Last Updated 2016-01-05
Publish Date 2016-01-05
Rating 1.72/5 Total 18 Ratings
Developer Foulack Ruacien
Payment Type free
Supported Languages 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"
    ]
}