Translator menu

Translator menu

The menu for translation/switching between the current tab and a tab with one of translators in the current or another window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Translator menu",
  "version": "1.0.16resigned1",
  "description": "The menu for translation in a separate tab/window/monitor.",
  "homepage_url": "https://github.com/y4v8/translator_menu",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{08c2b732-18f5-446d-a586-275561e98c8a}"
    }
  }
}