Fresh Phrase

Fresh Phrase

Language translations each time you open a new chrome tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fresh Phrase",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Language translations each time you open a new chrome tab.",
  "author": "Celso White",
  "homepage_url": "http://celsowhite.com",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "static/icons/icon16.png",
    "48": "static/icons/icon48.png",
    "128": "static/icons/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}