Daily Typer

Know your real typing speed in everyday typing activities.

Wat is Daily Typer?

Daily Typer is een Chrome-extensie ontwikkeld door timjang3, en de belangrijkste functie is "Know your real typing speed in everyday typing activities.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Daily Typer

Download Daily Typer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension that allows you to track your true typing speeds in everyday typing activities such as writing an email or a typing up a Facebook post. Pin the extension for the best effects.                    

Basisinformatie over de Extensie

Naam Daily Typer Daily Typer
ID pkafjlgablpiocffekncinpmfojicfgi
Officiële URL https://chromewebstore.google.com/detail/daily-typer/pkafjlgablpiocffekncinpmfojicfgi
Beschrijving Know your real typing speed in everyday typing activities.
Bestandsgrootte 465 KB
Aantal Installaties 534
Huidige Versie 2.0
Laatst Bijgewerkt 2021-06-25
Publicatiedatum 2021-01-12
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar timjang3
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/timjang3/Daily-Typer
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Typer",
    "version": "2.0",
    "description": "Know your real typing speed in everyday typing activities.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "Daily TyperN.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}