Find your sentence - Right Click

Find your sentence - Right Click

Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...",
  "icons": {
    "128": "lludwig-logo-128x128.png"
  },
  "minimum_chrome_version": "6",
  "name": "Find your sentence - Right Click",
  "permissions": [
    "contextMenus",
    "windows"
  ],
  "version": "1.0.0.0",
  "manifest_version": 2
}