Whenever you open a tab, you'll be asked to translate a word. 104 languages are supported.
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": "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"
}
}