Learn English on Every New Tab

Learn English on Every New Tab

Whenever you open a tab, you'll be asked to translate a word. 104 languages are supported.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Learn English on Every New Tab",
  "description": "Whenever you open a tab, you'll be asked to translate a word. 104 languages are supported.",
  "version": "1.0.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    "images/*",
    "fonts/*",
    "icons/*"
  ],
  "icons": {
    "128": "logos/logo128.png"
  }
}