Find on Amazon - Shop Faster Than a Prime Delivery!

Find on Amazon - Shop Faster Than a Prime Delivery!

Quickly search selected text on Amazon with a simple right-click. Please note that this extension uses Amazon affiliate links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Find on Amazon - Shop Faster Than a Prime Delivery!",
  "version": "1.0",
  "description": "Quickly search selected text on Amazon with a simple right-click. Please note that this extension uses Amazon affiliate links.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "find-on-amazon16.png",
    "48": "find-on-amazon48.png",
    "128": "find-on-amazon128.png"
  }
}