Yandex Translate

Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
  "background": {
    "page": "background.htm",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "tr_16.png",
    "48": "tr_48.png",
    "128": "tr_128.png"
  },
  "manifest_version": 2,
  "name": "Yandex Translate",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.3"
}