TypeSpeed

Tells you how fast you type

Cos'è TypeSpeed?

TypeSpeed è un'estensione di Chrome sviluppata da Foulack Ruacien, e la sua funzione principale è "Tells you how fast you type".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TypeSpeed

Scarica i file di estensione TypeSpeed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TypeSpeed TypeSpeed
ID lcjpaegcgeiiidkmioidiabdljehcfno
URL Ufficiale https://chrome.google.com/webstore/detail/typespeed/lcjpaegcgeiiidkmioidiabdljehcfno
Descrizione Tells you how fast you type
Dimensione del File 5.82 KB
Conteggio Installazioni 907
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2016-01-05
Data di Pubblicazione 2016-01-05
Valutazione 1.72/5 Totale 18 Valutazioni
Sviluppatore Foulack Ruacien
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}