TOEFL 5000 Words in 120 Days

Web app with cloud storage; Fast method to prepare TOEFL; 120 tests; 5000 words; Great free vocabulary resource at Internet!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "6.1.2",
  "app": {
    "urls": [
      "https://www.examword.com/study/toefl"
    ],
    "launch": {
      "web_url": "https://www.examword.com/study/toefl"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}