Selection Translate - For AltKey

Selection Translate - For AltKey

Selecting text and holding alt key, translated results will show up on current web pages. No need to leave current web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/jquery-3.2.1.min.js",
      "scripts/msg.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/jquery-3.2.1.min.js",
        "scripts/msg.js",
        "scripts/client.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "64.png",
    "32": "64.png",
    "48": "64.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "menus"
  ],
  "version": "1.0.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-f7dnBeTj8ElpOQ@jetpack"
    }
  }
}