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"
    ]
}