Amazon Search

Adds a 'Search Amazon for Item' right click contextual button
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon Search",
  "manifest_version": 3,
  "version": "1.2",
  "description": "Adds a 'Search Amazon for Item' right click contextual button",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "48": "images/AmazonContext48.png",
    "128": "images/AmazonContext128.png"
  }
}