Hebrew Tooltip Translation

Hebrew Tooltip Translation

Translate Hebrew to English and English to Hebrew by just hovering the mouse over a word using Morfix translation. Also has options to let you translate by: Ctrl-Click or Shift-highlight and other options, too!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hebrew Tooltip Translation",
  "version": "3.0.2",
  "manifest_version": 2,
  "description": "Translate Hebrew to English and vice-versa via tooltip",
  "permissions": [
    "https://www.morfix.co.il/*"
  ],
  "icons": {
    "16": "HTT-16.png",
    "48": "HTT-48.png",
    "128": "HTT-128.png"
  },
  "options_ui": {
    "page": "HTT-options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "htt.css"
      ],
      "js": [
        "HTT-contentscript.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "mhbjoppmeodjnkmbekpmfgicgiaecblm@chrome-store"
    }
  }
}