Right Click to Search: Amazon ALL COUNTRIES!

Right Click to Search: Amazon ALL COUNTRIES!

Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Right Click to Search: Amazon ALL COUNTRIES!",
  "description": "Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊",
  "version": "0.75",
  "short_name": "Highlight, Right Click, Search Amazon",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "rightclick.js"
    ]
  },
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  },
  "browser_action": {
    "default_icon": "icon-small.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}