Prizetyper
Practice typing famous quotes or compete against other users in a race through space to increase your typing speed
Was ist Prizetyper?
Prizetyper ist eine Chrome-Erweiterung, die von http://prizetyper.com entwickelt wurde, und ihr Hauptmerkmal ist "Practice typing famous quotes or compete against other users in a race through space to increase your typing speed".
Erweiterungsscreenshots
Prizetyper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prizetyper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Try our free typing tests and typing games. They're addicting. We make learning and improving your skills fun through typing informative, interesting and relevant quotes. If it takes 10,000 hours to master a skill - there's no better place to do it than Prizetyper! You can practice by yourself, compete against other users or friends in a race through space and enter to win prizes.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eapfjlnglelpjinebkehikoheflhkpbk |
Offizielle URL | https://chrome.google.com/webstore/detail/prizetyper/eapfjlnglelpjinebkehikoheflhkpbk |
Beschreibung | Practice typing famous quotes or compete against other users in a race through space to increase your typing speed |
Dateigröße | 52.63 KB |
Installationsanzahl | 214 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-28 |
Veröffentlichungsdatum | 2016-11-28 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | http://prizetyper.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://prizetyper.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prizetyper", "description": "Practice typing famous quotes or compete against other users in a race through space to increase your typing speed", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "16.png" }, "icons": { "128": "128.png" } } |