New Tab Google Translator

New Tab Google Translator

Translate selected text to specific language with Google Translator official page oppened in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Google Translator",
  "description": "Translate selected text to specific language with Google Translator official page oppened in new tab.",
  "icons": {
    "128": "icon128.png"
  },
  "version": "1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "Trasnator.js"
    ]
  },
  "manifest_version": 2
}