Type the Alphabet

Type the Alphabet

This is the fastest way to learn how fast you type right from your browser. The project was originally made in scratch. Learn how…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Type the Alphabet",
  "version": "2.1.4",
  "manifest_version": 2,
  "icons": {
    "128": "images/A.png"
  },
  "content_scripts": [],
  "browser_action": {
    "default_popup": "popup.html"
  }
}