_rozi Wiktionary and Google Translate

_rozi Wiktionary and Google Translate

This add-on provides the translation and definition of the word under the mouse pointer as a tooltip. Just press [Ctrl + Shift]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "roz Wiktionary and Google Translate",
  "version": "0.3resigned1",
  "description": "Wiktionary and Google Translate",
  "icons": {
    "16": "icons/world_16.png",
    "24": "icons/world_24.png",
    "32": "icons/world_32.png",
    "48": "icons/world_48.png",
    "256": "icons/world_256.png"
  },
  "background": {
    "scripts": [
      "redom.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "redom.min.js",
        "popper.js",
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f09711d0-2375-4bee-98a9-45a3289d1b65}"
    }
  }
}