Hebrew Tooltip Translation for Google Chrome™

Translate Hebrew to English and vice-versa via tooltip

What is Hebrew Tooltip Translation for Google Chrome™?

Hebrew Tooltip Translation for Google Chrome™ is a Chrome extension developed by eyal0, and its main feature is "Translate Hebrew to English and vice-versa via tooltip".

Extension Screenshots

screenshot
screenshot

Download Hebrew Tooltip Translation for Google Chrome™ Extension CRX File

Download Hebrew Tooltip Translation for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Hebrew Tooltip Translation for Google Chrome™ Hebrew Tooltip Translation for Google Chrome™
ID mhbjoppmeodjnkmbekpmfgicgiaecblm
Official URL https://chromewebstore.google.com/detail/hebrew-tooltip-translatio/mhbjoppmeodjnkmbekpmfgicgiaecblm
Description Translate Hebrew to English and vice-versa via tooltip
File Size 662 KB
Installation Count 4,184
Current Version 2.8
Last Updated 2019-03-06
Publish Date 2019-03-06
Rating 4.29/5 Total 62 Ratings
Developer eyal0
Payment Type free
Extension Website https://github.com/eyal0/hebrew-tooltip-translations-for-chrome
Help Page URL https://github.com/eyal0/hebrew-tooltip-translations-for-chrome/issues
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hebrew Tooltip Translation for Google Chrome\u2122",
    "version": "2.8",
    "manifest_version": 2,
    "description": "Translate Hebrew to English and vice-versa via tooltip",
    "permissions": [
        "http:\/\/www.morfix.co.il\/*"
    ],
    "icons": {
        "16": "HTT-16.png",
        "48": "HTT-48.png",
        "128": "HTT-128.png"
    },
    "background": {
        "scripts": [
            "HTT-background.js"
        ],
        "persistent": true
    },
    "options_page": "HTT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "htt.css"
            ],
            "js": [
                "HTT-contentscript.js"
            ]
        }
    ]
}