Amazon.com - Search highlighted text

Amazon.com - Search highlighted text

Search for an highlighted text on Amazon from any website by using the right click context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon.com - Search highlighted text",
  "version": "1.0",
  "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "minimum_chrome_version": "14",
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "160": "icon160.png"
  },
  "manifest_version": 2
}