Type Tester

An extension that lets you test your words per minute (WPM), right in your browser!

Qu'est-ce que Type Tester ?

Type Tester est une extension Chrome développée par koyuul, et sa fonction principale est "An extension that lets you test your words per minute (WPM), right in your browser!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Type Tester

Téléchargez les fichiers d'extension Type Tester au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Type Tester is an extension that tests your words per minute (WPM) in a small pop up! Whenever you want to type a quote, just click the extension icon, which opens up a box for you to type a provided quote. To the right, you can see a timer and a WPM counter. After completing a quote, a box will show up, telling you your WPM, and the author of the quote. 

If you have any suggestions, comments, or feedback, please contact me at @koyuul on Twitter, or Instagram!
All feedback is appreciated :)                    

Informations de Base sur l'Extension

Nom Type Tester Type Tester
ID mdaghkoflnebojailmicpplodemfkhba
URL Officiel https://chromewebstore.google.com/detail/type-tester/mdaghkoflnebojailmicpplodemfkhba
Description An extension that lets you test your words per minute (WPM), right in your browser!
Taille du Fichier 20.54 KB
Nombre d'Installations 716
Version Actuelle 1.4.5
Dernière Mise à Jour 2024-02-26
Date de Publication 2020-03-27
Évaluation 4.38/5 Total 8 Évaluations
Développeur koyuul
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/koyuul/type-tester
URL de la Page d'Aide https://koyuul.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Tester",
    "version": "1.4.5",
    "manifest_version": 3,
    "description": "An extension that lets you test your words per minute (WPM), right in your browser!",
    "author": "@koyuul on Twitter, Instagram",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Type Tester",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "settings.html"
    }
}