RightClickDefine

RightClickDefine

This simple extension helps you define the words in fewer clicks and no typing. Steps: 1 - Highlight the text. 2 - Right click the highlighted text. 3 - Choose one of two dictionaries websites (dictionary.com or urbandictionary.com)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RightClickDefine",
  "version": "1.0",
  "description": "Presents 2 right click options for highlighted text to open the definition in new tab.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus"
  ]
}