LEO Dictionaries

LEO Dictionaries

This is the official add-on for easier access to LEOs Online Dictionaries. Select any word or phrase, right-click on the selection and translate from/to English, French, Spanish, Italian, Chinese, Russian, Portuguese and Polish to/from German.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "LEO Dictionaries",
  "version": "3.4.2resigned1",
  "description": "Adds LEOs dictionaries to the context menu. Select text in any webpage and open the context menu to look up words quickly.",
  "icons": {
    "16": "icons/leo-16.png",
    "48": "icons/leo-48.png",
    "96": "icons/leo-96.png"
  },
  "default_locale": "en",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "contextMenu.js"
    ]
  },
  "commands": {
    "search_ende": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Search English-German dictionary"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}