HoverTranslator Firefox

Examine source code of HoverTranslator

By: HT
Inspect and view changes in HoverTranslator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HoverTranslator",
  "version": "0.13",
  "description": "Easy way to get on the fly translation of words / sentences by hovering on the text",
  "icons": {
    "48": "images/logo/ht-logo-48.png"
  },
  "permissions": [
    "*://translate.googleapis.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "ht.js"
      ],
      "css": [
        "/css/ht.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/controller.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "64": "images/icons/page-64.png"
    },
    "default_title": "HoverTranslator",
    "default_popup": "popup/popup.html"
  }
}

Best HoverTranslator Alternatives

Here are some Firefox add-ons that are similar to HoverTranslator: